Shades of Cerulean Blue #214CCE
Tints of Cerulean Blue #214CCE
RGB
CMYK
RGB Variations
Color information
#214CCE (or 0x214CCE) is known color: Cerulean Blue. HEX triplet: 21, 4C and CE. RGB value is (33,76,206). Sum of RGB (Red+Green+Blue) = 33+76+206=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #214CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CCE is #DEB331. Grayscale: #4D4D4D. Windows color (decimal): -14594866 or 13519905. OLE color: 13519905.
HSL color Cylindrical-coordinate representation of color #214CCE: hue angle of 225.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214CCE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 76 | 206 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.19 |
| HSL | 225.09º | 0.72% | 0.47% | - |
| HSV(B) | 225.09º | 0.84% | 0.81% | - |
| XYZ | 14.35 | 9.95 | 59.56 | - |
| YUV | 77.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 206 | 0.84 | 0.63 | 0 | 0.19 | 225.09 | 0.72 | 0.47 |
| Hex | 21 | 4C | CE | 54 | 3F | 0 | 13 | E1 | 48 | 2F |
| Octal | 41 | 114 | 316 | 124 | 77 | 0 | 23 | 341 | 110 | 57 |
| Binary | 100001 | 1001100 | 11001110 | 1010100 | 111111 | 0 | 10011 | 11100001 | 1001000 | 101111 |
Color Harmonies of #214CCE
Complementary color
Monochromatic Colors of #214CCE
Black with #214CCE
Text Example
Text Example
White with #214CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CCE; }
p { color: rgb(33,76,206); }
H1.HeaderClassName
{
color: #214CCE;
}
.AnyTagClassName
{
color: #214CCE;
}
</style>
background-color css
<style>
a { background-color: #214CCE; }
a { background-color: rgb(33,76,206); }
div.DivClassName
{
background-color: #214CCE;
}
.BgClassName
{
background-color: #214CCE;
}
</style>
border-color css
<style>
span { border-color: #214CCE; }
span { border-color: rgb(33,76,206); }
td.TdClassName
{
border-color: #214CCE;
}
.TagClassName
{
border-color: #214CCE;
}
</style>