Shades of Cerulean Blue #204EAE
Tints of Cerulean Blue #204EAE
RGB
CMYK
RGB Variations
Color information
#204EAE (or 0x204EAE) is known color: Cerulean Blue. HEX triplet: 20, 4E and AE. RGB value is (32,78,174). Sum of RGB (Red+Green+Blue) = 32+78+174=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #204EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204EAE is #DFB151. Grayscale: #4A4A4A. Windows color (decimal): -14659922 or 11423264. OLE color: 11423264.
HSL color Cylindrical-coordinate representation of color #204EAE: hue angle of 220.56º 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 #204EAE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 78 | 174 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.32 |
| HSL | 220.56º | 0.69% | 0.4% | - |
| HSV(B) | 220.56º | 0.82% | 0.68% | - |
| XYZ | 10.96 | 8.81 | 41.17 | - |
| YUV | 75.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 174 | 0.82 | 0.55 | 0 | 0.32 | 220.56 | 0.69 | 0.4 |
| Hex | 20 | 4E | AE | 52 | 37 | 0 | 20 | DD | 45 | 28 |
| Octal | 40 | 116 | 256 | 122 | 67 | 0 | 40 | 335 | 105 | 50 |
| Binary | 100000 | 1001110 | 10101110 | 1010010 | 110111 | 0 | 100000 | 11011101 | 1000101 | 101000 |
Color Harmonies of #204EAE
Complementary color
Monochromatic Colors of #204EAE
Black with #204EAE
Text Example
Text Example
White with #204EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EAE; }
p { color: rgb(32,78,174); }
H1.HeaderClassName
{
color: #204EAE;
}
.AnyTagClassName
{
color: #204EAE;
}
</style>
background-color css
<style>
a { background-color: #204EAE; }
a { background-color: rgb(32,78,174); }
div.DivClassName
{
background-color: #204EAE;
}
.BgClassName
{
background-color: #204EAE;
}
</style>
border-color css
<style>
span { border-color: #204EAE; }
span { border-color: rgb(32,78,174); }
td.TdClassName
{
border-color: #204EAE;
}
.TagClassName
{
border-color: #204EAE;
}
</style>