Shades of Cerulean Blue #204ADE
Tints of Cerulean Blue #204ADE
RGB
CMYK
RGB Variations
Color information
#204ADE (or 0x204ADE) is known color: Cerulean Blue. HEX triplet: 20, 4A and DE. RGB value is (32,74,222). Sum of RGB (Red+Green+Blue) = 32+74+222=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #204ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ADE is #DFB521. Grayscale: #4D4D4D. Windows color (decimal): -14660898 or 14567968. OLE color: 14567968.
HSL color Cylindrical-coordinate representation of color #204ADE: hue angle of 226.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204ADE is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 74 | 222 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.13 |
| HSL | 226.74º | 0.75% | 0.5% | - |
| HSV(B) | 226.74º | 0.86% | 0.87% | - |
| XYZ | 16.23 | 10.48 | 70.27 | - |
| YUV | 78.31 | 209.09 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 222 | 0.86 | 0.67 | 0 | 0.13 | 226.74 | 0.75 | 0.5 |
| Hex | 20 | 4A | DE | 56 | 43 | 0 | D | E3 | 4B | 32 |
| Octal | 40 | 112 | 336 | 126 | 103 | 0 | 15 | 343 | 113 | 62 |
| Binary | 100000 | 1001010 | 11011110 | 1010110 | 1000011 | 0 | 1101 | 11100011 | 1001011 | 110010 |
Color Harmonies of #204ADE
Complementary color
Monochromatic Colors of #204ADE
Black with #204ADE
Text Example
Text Example
White with #204ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ADE; }
p { color: rgb(32,74,222); }
H1.HeaderClassName
{
color: #204ADE;
}
.AnyTagClassName
{
color: #204ADE;
}
</style>
background-color css
<style>
a { background-color: #204ADE; }
a { background-color: rgb(32,74,222); }
div.DivClassName
{
background-color: #204ADE;
}
.BgClassName
{
background-color: #204ADE;
}
</style>
border-color css
<style>
span { border-color: #204ADE; }
span { border-color: rgb(32,74,222); }
td.TdClassName
{
border-color: #204ADE;
}
.TagClassName
{
border-color: #204ADE;
}
</style>