Shades of Cerulean Blue #214CE4
Tints of Cerulean Blue #214CE4
RGB
CMYK
RGB Variations
Color information
#214CE4 (or 0x214CE4) is known color: Cerulean Blue. HEX triplet: 21, 4C and E4. RGB value is (33,76,228). Sum of RGB (Red+Green+Blue) = 33+76+228=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #214CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CE4 is #DEB31B. Grayscale: #4F4F4F. Windows color (decimal): -14594844 or 14961697. OLE color: 14961697.
HSL color Cylindrical-coordinate representation of color #214CE4: hue angle of 226.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214CE4 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 76 | 228 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.11 |
| HSL | 226.77º | 0.78% | 0.51% | - |
| HSV(B) | 226.77º | 0.86% | 0.89% | - |
| XYZ | 17.22 | 11.09 | 74.63 | - |
| YUV | 80.47 | 211.25 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 228 | 0.86 | 0.67 | 0 | 0.11 | 226.77 | 0.78 | 0.51 |
| Hex | 21 | 4C | E4 | 56 | 43 | 0 | B | E3 | 4E | 33 |
| Octal | 41 | 114 | 344 | 126 | 103 | 0 | 13 | 343 | 116 | 63 |
| Binary | 100001 | 1001100 | 11100100 | 1010110 | 1000011 | 0 | 1011 | 11100011 | 1001110 | 110011 |
Color Harmonies of #214CE4
Complementary color
Monochromatic Colors of #214CE4
Black with #214CE4
Text Example
Text Example
White with #214CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CE4; }
p { color: rgb(33,76,228); }
H1.HeaderClassName
{
color: #214CE4;
}
.AnyTagClassName
{
color: #214CE4;
}
</style>
background-color css
<style>
a { background-color: #214CE4; }
a { background-color: rgb(33,76,228); }
div.DivClassName
{
background-color: #214CE4;
}
.BgClassName
{
background-color: #214CE4;
}
</style>
border-color css
<style>
span { border-color: #214CE4; }
span { border-color: rgb(33,76,228); }
td.TdClassName
{
border-color: #214CE4;
}
.TagClassName
{
border-color: #214CE4;
}
</style>