Shades of Cerulean Blue #204AAF
Tints of Cerulean Blue #204AAF
RGB
CMYK
RGB Variations
Color information
#204AAF (or 0x204AAF) is known color: Cerulean Blue. HEX triplet: 20, 4A and AF. RGB value is (32,74,175). Sum of RGB (Red+Green+Blue) = 32+74+175=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #204AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAF is #DFB550. Grayscale: #484848. Windows color (decimal): -14660945 or 11487776. OLE color: 11487776.
HSL color Cylindrical-coordinate representation of color #204AAF: hue angle of 222.38º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204AAF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 74 | 175 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.31 |
| HSL | 222.38º | 0.69% | 0.41% | - |
| HSV(B) | 222.38º | 0.82% | 0.69% | - |
| XYZ | 10.78 | 8.3 | 41.59 | - |
| YUV | 72.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 175 | 0.82 | 0.58 | 0 | 0.31 | 222.38 | 0.69 | 0.41 |
| Hex | 20 | 4A | AF | 52 | 3A | 0 | 1F | DE | 45 | 29 |
| Octal | 40 | 112 | 257 | 122 | 72 | 0 | 37 | 336 | 105 | 51 |
| Binary | 100000 | 1001010 | 10101111 | 1010010 | 111010 | 0 | 11111 | 11011110 | 1000101 | 101001 |
Color Harmonies of #204AAF
Complementary color
Monochromatic Colors of #204AAF
Black with #204AAF
Text Example
Text Example
White with #204AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AAF; }
p { color: rgb(32,74,175); }
H1.HeaderClassName
{
color: #204AAF;
}
.AnyTagClassName
{
color: #204AAF;
}
</style>
background-color css
<style>
a { background-color: #204AAF; }
a { background-color: rgb(32,74,175); }
div.DivClassName
{
background-color: #204AAF;
}
.BgClassName
{
background-color: #204AAF;
}
</style>
border-color css
<style>
span { border-color: #204AAF; }
span { border-color: rgb(32,74,175); }
td.TdClassName
{
border-color: #204AAF;
}
.TagClassName
{
border-color: #204AAF;
}
</style>