204
204 is the HTTP status code No Content — it worked, and there is nothing to send back.
- Even
- Composite
Where 204 fits
Why 204 is special
204 is the code that tells a browser not to navigate. The request succeeded, the response has no body by definition, and the page stays exactly where it was — which is why it is the classic answer to a background save or a DELETE that has nothing to report.
Not just a mathematical number
204is also used in ways where ordinary arithmetic doesn't apply — each listed below with what genuinely does and doesn't follow from it.
- Mathematical number
A genuine quantity — its mathematical properties (prime, square, factors, and so on) are real facts about it.
A genuine quantity that ordinary arithmetic applies to — it can be prime, even, a perfect square, added to another number meaningfully, and so on.
- Code
Also used as a code — HTTP status codes.
An assigned identifier from a fixed registry or standard — its digits don't represent an amount, and arithmetic on it is meaningless (HTTP status 404 + 1 is not a 'better' status; it's a different, unrelated code).
Factors & digit properties
- Divisors (12)
- 1, 2, 3, 4, 6, 12, 17, 34, 51, 68, 102, 204
- Prime factorisation
- 2^2 × 3 × 17
- Digit sum
- 6
- Digital root
- 6
Representations
- Decimal
- 204
- Binary
- 11001100
- Octal
- 314
- Hexadecimal
- cc
- Roman numeral
- CCIV
- Scientific notation
- 2.040 × 10^2
Other mathematical patterns
- Abundant number
- Harshad (Niven) number
Related numbers & connections
204 signals success with no body at all, which is why a browser receiving one stays on the page it is already showing.
Both are success. 200 carries a body and 204 forbids one, which is why a 204 returned by mistake looks to a user like a button that did nothing.
View 200 →Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Other connections
- contrasts with200
why?
Strength 0.50, confidence "high".
Technology & computing
204 forbids a body by specification, and browsers treat it as 'do not navigate'. That makes it the right code for a background save or a DELETE with nothing to report, and a subtle bug when returned by mistake — the page appears to ignore the click entirely.
DocumentedTechnology & computing
Common questions
Is 204 a prime number?
No, 204 is not prime.
What are the factors of 204?
The factors of 204 are 1, 2, 3, 4, 6, 12, 17, 34, 51, 68, 102, 204.
What is 204 in Roman numerals?
204 in Roman numerals is CCIV.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 1 reviewer-confirmed record, sourced and reviewed before publication.
Last reviewed: 3 August 2026