Shades of Cerulean Blue #214ECB
Tints of Cerulean Blue #214ECB
RGB
CMYK
RGB Variations
Color information
#214ECB (or 0x214ECB) is known color: Cerulean Blue. HEX triplet: 21, 4E and CB. RGB value is (33,78,203). Sum of RGB (Red+Green+Blue) = 33+78+203=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #214ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ECB is #DEB134. Grayscale: #4E4E4E. Windows color (decimal): -14594357 or 13323809. OLE color: 13323809.
HSL color Cylindrical-coordinate representation of color #214ECB: hue angle of 224.12º 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 #214ECB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 78 | 203 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.20 |
| HSL | 224.12º | 0.72% | 0.46% | - |
| HSV(B) | 224.12º | 0.84% | 0.8% | - |
| XYZ | 14.13 | 10.08 | 57.7 | - |
| YUV | 78.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 203 | 0.84 | 0.62 | 0 | 0.20 | 224.12 | 0.72 | 0.46 |
| Hex | 21 | 4E | CB | 54 | 3E | 0 | 14 | E0 | 48 | 2E |
| Octal | 41 | 116 | 313 | 124 | 76 | 0 | 24 | 340 | 110 | 56 |
| Binary | 100001 | 1001110 | 11001011 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001000 | 101110 |
Color Harmonies of #214ECB
Complementary color
Monochromatic Colors of #214ECB
Black with #214ECB
Text Example
Text Example
White with #214ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ECB; }
p { color: rgb(33,78,203); }
H1.HeaderClassName
{
color: #214ECB;
}
.AnyTagClassName
{
color: #214ECB;
}
</style>
background-color css
<style>
a { background-color: #214ECB; }
a { background-color: rgb(33,78,203); }
div.DivClassName
{
background-color: #214ECB;
}
.BgClassName
{
background-color: #214ECB;
}
</style>
border-color css
<style>
span { border-color: #214ECB; }
span { border-color: rgb(33,78,203); }
td.TdClassName
{
border-color: #214ECB;
}
.TagClassName
{
border-color: #214ECB;
}
</style>