Shades of Cerulean Blue #204EC8
Tints of Cerulean Blue #204EC8
RGB
CMYK
RGB Variations
Color information
#204EC8 (or 0x204EC8) is known color: Cerulean Blue. HEX triplet: 20, 4E and C8. RGB value is (32,78,200). Sum of RGB (Red+Green+Blue) = 32+78+200=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #204EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EC8 is #DFB137. Grayscale: #4D4D4D. Windows color (decimal): -14659896 or 13127200. OLE color: 13127200.
HSL color Cylindrical-coordinate representation of color #204EC8: hue angle of 223.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204EC8 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 78 | 200 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.22 |
| HSL | 223.57º | 0.72% | 0.45% | - |
| HSV(B) | 223.57º | 0.84% | 0.78% | - |
| XYZ | 13.75 | 9.93 | 55.84 | - |
| YUV | 78.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 200 | 0.84 | 0.61 | 0 | 0.22 | 223.57 | 0.72 | 0.45 |
| Hex | 20 | 4E | C8 | 54 | 3D | 0 | 16 | E0 | 48 | 2D |
| Octal | 40 | 116 | 310 | 124 | 75 | 0 | 26 | 340 | 110 | 55 |
| Binary | 100000 | 1001110 | 11001000 | 1010100 | 111101 | 0 | 10110 | 11100000 | 1001000 | 101101 |
Color Harmonies of #204EC8
Complementary color
Monochromatic Colors of #204EC8
Black with #204EC8
Text Example
Text Example
White with #204EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EC8; }
p { color: rgb(32,78,200); }
H1.HeaderClassName
{
color: #204EC8;
}
.AnyTagClassName
{
color: #204EC8;
}
</style>
background-color css
<style>
a { background-color: #204EC8; }
a { background-color: rgb(32,78,200); }
div.DivClassName
{
background-color: #204EC8;
}
.BgClassName
{
background-color: #204EC8;
}
</style>
border-color css
<style>
span { border-color: #204EC8; }
span { border-color: rgb(32,78,200); }
td.TdClassName
{
border-color: #204EC8;
}
.TagClassName
{
border-color: #204EC8;
}
</style>