Shades of Cerulean Blue #214DCE
Tints of Cerulean Blue #214DCE
RGB
CMYK
RGB Variations
Color information
#214DCE (or 0x214DCE) is known color: Cerulean Blue. HEX triplet: 21, 4D and CE. RGB value is (33,77,206). Sum of RGB (Red+Green+Blue) = 33+77+206=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #214DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DCE is #DEB231. Grayscale: #4D4D4D. Windows color (decimal): -14594610 or 13520161. OLE color: 13520161.
HSL color Cylindrical-coordinate representation of color #214DCE: hue angle of 224.74º 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 #214DCE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 77 | 206 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.19 |
| HSL | 224.74º | 0.72% | 0.47% | - |
| HSV(B) | 224.74º | 0.84% | 0.81% | - |
| XYZ | 14.42 | 10.09 | 59.58 | - |
| YUV | 78.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 206 | 0.84 | 0.63 | 0 | 0.19 | 224.74 | 0.72 | 0.47 |
| Hex | 21 | 4D | CE | 54 | 3F | 0 | 13 | E1 | 48 | 2F |
| Octal | 41 | 115 | 316 | 124 | 77 | 0 | 23 | 341 | 110 | 57 |
| Binary | 100001 | 1001101 | 11001110 | 1010100 | 111111 | 0 | 10011 | 11100001 | 1001000 | 101111 |
Color Harmonies of #214DCE
Complementary color
Monochromatic Colors of #214DCE
Black with #214DCE
Text Example
Text Example
White with #214DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DCE; }
p { color: rgb(33,77,206); }
H1.HeaderClassName
{
color: #214DCE;
}
.AnyTagClassName
{
color: #214DCE;
}
</style>
background-color css
<style>
a { background-color: #214DCE; }
a { background-color: rgb(33,77,206); }
div.DivClassName
{
background-color: #214DCE;
}
.BgClassName
{
background-color: #214DCE;
}
</style>
border-color css
<style>
span { border-color: #214DCE; }
span { border-color: rgb(33,77,206); }
td.TdClassName
{
border-color: #214DCE;
}
.TagClassName
{
border-color: #214DCE;
}
</style>