Shades of Cerulean Blue #204CAE
Tints of Cerulean Blue #204CAE
RGB
CMYK
RGB Variations
Color information
#204CAE (or 0x204CAE) is known color: Cerulean Blue. HEX triplet: 20, 4C and AE. RGB value is (32,76,174). Sum of RGB (Red+Green+Blue) = 32+76+174=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #204CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204CAE is #DFB351. Grayscale: #494949. Windows color (decimal): -14660434 or 11422752. OLE color: 11422752.
HSL color Cylindrical-coordinate representation of color #204CAE: hue angle of 221.41º 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 #204CAE is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 76 | 174 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.32 |
| HSL | 221.41º | 0.69% | 0.4% | - |
| HSV(B) | 221.41º | 0.82% | 0.68% | - |
| XYZ | 10.82 | 8.53 | 41.12 | - |
| YUV | 74.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 174 | 0.82 | 0.56 | 0 | 0.32 | 221.41 | 0.69 | 0.4 |
| Hex | 20 | 4C | AE | 52 | 38 | 0 | 20 | DD | 45 | 28 |
| Octal | 40 | 114 | 256 | 122 | 70 | 0 | 40 | 335 | 105 | 50 |
| Binary | 100000 | 1001100 | 10101110 | 1010010 | 111000 | 0 | 100000 | 11011101 | 1000101 | 101000 |
Color Harmonies of #204CAE
Complementary color
Monochromatic Colors of #204CAE
Black with #204CAE
Text Example
Text Example
White with #204CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CAE; }
p { color: rgb(32,76,174); }
H1.HeaderClassName
{
color: #204CAE;
}
.AnyTagClassName
{
color: #204CAE;
}
</style>
background-color css
<style>
a { background-color: #204CAE; }
a { background-color: rgb(32,76,174); }
div.DivClassName
{
background-color: #204CAE;
}
.BgClassName
{
background-color: #204CAE;
}
</style>
border-color css
<style>
span { border-color: #204CAE; }
span { border-color: rgb(32,76,174); }
td.TdClassName
{
border-color: #204CAE;
}
.TagClassName
{
border-color: #204CAE;
}
</style>