Shades of Cerulean Blue #214ECC
Tints of Cerulean Blue #214ECC
RGB
CMYK
RGB Variations
Color information
#214ECC (or 0x214ECC) is known color: Cerulean Blue. HEX triplet: 21, 4E and CC. RGB value is (33,78,204). Sum of RGB (Red+Green+Blue) = 33+78+204=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #214ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ECC is #DEB133. Grayscale: #4E4E4E. Windows color (decimal): -14594356 or 13389345. OLE color: 13389345.
HSL color Cylindrical-coordinate representation of color #214ECC: hue angle of 224.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ECC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 78 | 204 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.2 |
| HSL | 224.21º | 0.72% | 0.46% | - |
| HSV(B) | 224.21º | 0.84% | 0.8% | - |
| XYZ | 14.25 | 10.13 | 58.33 | - |
| YUV | 78.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 204 | 0.84 | 0.62 | 0 | 0.2 | 224.21 | 0.72 | 0.46 |
| Hex | 21 | 4E | CC | 54 | 3E | 0 | 14 | E0 | 48 | 2E |
| Octal | 41 | 116 | 314 | 124 | 76 | 0 | 24 | 340 | 110 | 56 |
| Binary | 100001 | 1001110 | 11001100 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001000 | 101110 |
Color Harmonies of #214ECC
Complementary color
Monochromatic Colors of #214ECC
Black with #214ECC
Text Example
Text Example
White with #214ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ECC; }
p { color: rgb(33,78,204); }
H1.HeaderClassName
{
color: #214ECC;
}
.AnyTagClassName
{
color: #214ECC;
}
</style>
background-color css
<style>
a { background-color: #214ECC; }
a { background-color: rgb(33,78,204); }
div.DivClassName
{
background-color: #214ECC;
}
.BgClassName
{
background-color: #214ECC;
}
</style>
border-color css
<style>
span { border-color: #214ECC; }
span { border-color: rgb(33,78,204); }
td.TdClassName
{
border-color: #214ECC;
}
.TagClassName
{
border-color: #214ECC;
}
</style>