Shades of Cerulean Blue #214EC7
Tints of Cerulean Blue #214EC7
RGB
CMYK
RGB Variations
Color information
#214EC7 (or 0x214EC7) is known color: Cerulean Blue. HEX triplet: 21, 4E and C7. RGB value is (33,78,199). Sum of RGB (Red+Green+Blue) = 33+78+199=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #214EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EC7 is #DEB138. Grayscale: #4D4D4D. Windows color (decimal): -14594361 or 13061665. OLE color: 13061665.
HSL color Cylindrical-coordinate representation of color #214EC7: hue angle of 223.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214EC7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 78 | 199 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.22 |
| HSL | 223.73º | 0.72% | 0.45% | - |
| HSV(B) | 223.73º | 0.83% | 0.78% | - |
| XYZ | 13.66 | 9.9 | 55.22 | - |
| YUV | 78.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 199 | 0.83 | 0.61 | 0 | 0.22 | 223.73 | 0.72 | 0.45 |
| Hex | 21 | 4E | C7 | 53 | 3D | 0 | 16 | E0 | 48 | 2D |
| Octal | 41 | 116 | 307 | 123 | 75 | 0 | 26 | 340 | 110 | 55 |
| Binary | 100001 | 1001110 | 11000111 | 1010011 | 111101 | 0 | 10110 | 11100000 | 1001000 | 101101 |
Color Harmonies of #214EC7
Complementary color
Monochromatic Colors of #214EC7
Black with #214EC7
Text Example
Text Example
White with #214EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EC7; }
p { color: rgb(33,78,199); }
H1.HeaderClassName
{
color: #214EC7;
}
.AnyTagClassName
{
color: #214EC7;
}
</style>
background-color css
<style>
a { background-color: #214EC7; }
a { background-color: rgb(33,78,199); }
div.DivClassName
{
background-color: #214EC7;
}
.BgClassName
{
background-color: #214EC7;
}
</style>
border-color css
<style>
span { border-color: #214EC7; }
span { border-color: rgb(33,78,199); }
td.TdClassName
{
border-color: #214EC7;
}
.TagClassName
{
border-color: #214EC7;
}
</style>