Shades of Cerulean Blue #204AAD
Tints of Cerulean Blue #204AAD
RGB
CMYK
RGB Variations
Color information
#204AAD (or 0x204AAD) is known color: Cerulean Blue. HEX triplet: 20, 4A and AD. RGB value is (32,74,173). Sum of RGB (Red+Green+Blue) = 32+74+173=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #204AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAD is #DFB552. Grayscale: #484848. Windows color (decimal): -14660947 or 11356704. OLE color: 11356704.
HSL color Cylindrical-coordinate representation of color #204AAD: hue angle of 222.13º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204AAD is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 74 | 173 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.32 |
| HSL | 222.13º | 0.69% | 0.4% | - |
| HSV(B) | 222.13º | 0.82% | 0.68% | - |
| XYZ | 10.59 | 8.22 | 40.56 | - |
| YUV | 72.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 173 | 0.82 | 0.57 | 0 | 0.32 | 222.13 | 0.69 | 0.4 |
| Hex | 20 | 4A | AD | 52 | 39 | 0 | 20 | DE | 45 | 28 |
| Octal | 40 | 112 | 255 | 122 | 71 | 0 | 40 | 336 | 105 | 50 |
| Binary | 100000 | 1001010 | 10101101 | 1010010 | 111001 | 0 | 100000 | 11011110 | 1000101 | 101000 |
Color Harmonies of #204AAD
Complementary color
Monochromatic Colors of #204AAD
Black with #204AAD
Text Example
Text Example
White with #204AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AAD; }
p { color: rgb(32,74,173); }
H1.HeaderClassName
{
color: #204AAD;
}
.AnyTagClassName
{
color: #204AAD;
}
</style>
background-color css
<style>
a { background-color: #204AAD; }
a { background-color: rgb(32,74,173); }
div.DivClassName
{
background-color: #204AAD;
}
.BgClassName
{
background-color: #204AAD;
}
</style>
border-color css
<style>
span { border-color: #204AAD; }
span { border-color: rgb(32,74,173); }
td.TdClassName
{
border-color: #204AAD;
}
.TagClassName
{
border-color: #204AAD;
}
</style>