Shades of Cerulean Blue #214EE2
Tints of Cerulean Blue #214EE2
RGB
CMYK
RGB Variations
Color information
#214EE2 (or 0x214EE2) is known color: Cerulean Blue. HEX triplet: 21, 4E and E2. RGB value is (33,78,226). Sum of RGB (Red+Green+Blue) = 33+78+226=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #214EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EE2 is #DEB11D. Grayscale: #505050. Windows color (decimal): -14594334 or 14831137. OLE color: 14831137.
HSL color Cylindrical-coordinate representation of color #214EE2: hue angle of 226.01º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214EE2 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 78 | 226 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.11 |
| HSL | 226.01º | 0.77% | 0.51% | - |
| HSV(B) | 226.01º | 0.85% | 0.89% | - |
| XYZ | 17.08 | 11.26 | 73.23 | - |
| YUV | 81.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 226 | 0.85 | 0.65 | 0 | 0.11 | 226.01 | 0.77 | 0.51 |
| Hex | 21 | 4E | E2 | 55 | 41 | 0 | B | E2 | 4D | 33 |
| Octal | 41 | 116 | 342 | 125 | 101 | 0 | 13 | 342 | 115 | 63 |
| Binary | 100001 | 1001110 | 11100010 | 1010101 | 1000001 | 0 | 1011 | 11100010 | 1001101 | 110011 |
Color Harmonies of #214EE2
Complementary color
Monochromatic Colors of #214EE2
Black with #214EE2
Text Example
Text Example
White with #214EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EE2; }
p { color: rgb(33,78,226); }
H1.HeaderClassName
{
color: #214EE2;
}
.AnyTagClassName
{
color: #214EE2;
}
</style>
background-color css
<style>
a { background-color: #214EE2; }
a { background-color: rgb(33,78,226); }
div.DivClassName
{
background-color: #214EE2;
}
.BgClassName
{
background-color: #214EE2;
}
</style>
border-color css
<style>
span { border-color: #214EE2; }
span { border-color: rgb(33,78,226); }
td.TdClassName
{
border-color: #214EE2;
}
.TagClassName
{
border-color: #214EE2;
}
</style>