Shades of Cerulean Blue #214ED0
Tints of Cerulean Blue #214ED0
RGB
CMYK
RGB Variations
Color information
#214ED0 (or 0x214ED0) is known color: Cerulean Blue. HEX triplet: 21, 4E and D0. RGB value is (33,78,208). Sum of RGB (Red+Green+Blue) = 33+78+208=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #214ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ED0 is #DEB12F. Grayscale: #4E4E4E. Windows color (decimal): -14594352 or 13651489. OLE color: 13651489.
HSL color Cylindrical-coordinate representation of color #214ED0: hue angle of 224.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ED0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 78 | 208 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.18 |
| HSL | 224.57º | 0.73% | 0.47% | - |
| HSV(B) | 224.57º | 0.84% | 0.82% | - |
| XYZ | 14.74 | 10.33 | 60.89 | - |
| YUV | 79.37 | 200.59 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 208 | 0.84 | 0.62 | 0 | 0.18 | 224.57 | 0.73 | 0.47 |
| Hex | 21 | 4E | D0 | 54 | 3E | 0 | 12 | E1 | 49 | 2F |
| Octal | 41 | 116 | 320 | 124 | 76 | 0 | 22 | 341 | 111 | 57 |
| Binary | 100001 | 1001110 | 11010000 | 1010100 | 111110 | 0 | 10010 | 11100001 | 1001001 | 101111 |
Color Harmonies of #214ED0
Complementary color
Monochromatic Colors of #214ED0
Black with #214ED0
Text Example
Text Example
White with #214ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ED0; }
p { color: rgb(33,78,208); }
H1.HeaderClassName
{
color: #214ED0;
}
.AnyTagClassName
{
color: #214ED0;
}
</style>
background-color css
<style>
a { background-color: #214ED0; }
a { background-color: rgb(33,78,208); }
div.DivClassName
{
background-color: #214ED0;
}
.BgClassName
{
background-color: #214ED0;
}
</style>
border-color css
<style>
span { border-color: #214ED0; }
span { border-color: rgb(33,78,208); }
td.TdClassName
{
border-color: #214ED0;
}
.TagClassName
{
border-color: #214ED0;
}
</style>