Shades of Cerulean Blue #214DCC
Tints of Cerulean Blue #214DCC
RGB
CMYK
RGB Variations
Color information
#214DCC (or 0x214DCC) is known color: Cerulean Blue. HEX triplet: 21, 4D and CC. RGB value is (33,77,204). Sum of RGB (Red+Green+Blue) = 33+77+204=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #214DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DCC is #DEB233. Grayscale: #4D4D4D. Windows color (decimal): -14594612 or 13389089. OLE color: 13389089.
HSL color Cylindrical-coordinate representation of color #214DCC: hue angle of 224.56º 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 #214DCC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 77 | 204 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.2 |
| HSL | 224.56º | 0.72% | 0.46% | - |
| HSV(B) | 224.56º | 0.84% | 0.8% | - |
| XYZ | 14.18 | 9.99 | 58.31 | - |
| YUV | 78.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 204 | 0.84 | 0.62 | 0 | 0.2 | 224.56 | 0.72 | 0.46 |
| Hex | 21 | 4D | CC | 54 | 3E | 0 | 14 | E1 | 48 | 2E |
| Octal | 41 | 115 | 314 | 124 | 76 | 0 | 24 | 341 | 110 | 56 |
| Binary | 100001 | 1001101 | 11001100 | 1010100 | 111110 | 0 | 10100 | 11100001 | 1001000 | 101110 |
Color Harmonies of #214DCC
Complementary color
Monochromatic Colors of #214DCC
Black with #214DCC
Text Example
Text Example
White with #214DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DCC; }
p { color: rgb(33,77,204); }
H1.HeaderClassName
{
color: #214DCC;
}
.AnyTagClassName
{
color: #214DCC;
}
</style>
background-color css
<style>
a { background-color: #214DCC; }
a { background-color: rgb(33,77,204); }
div.DivClassName
{
background-color: #214DCC;
}
.BgClassName
{
background-color: #214DCC;
}
</style>
border-color css
<style>
span { border-color: #214DCC; }
span { border-color: rgb(33,77,204); }
td.TdClassName
{
border-color: #214DCC;
}
.TagClassName
{
border-color: #214DCC;
}
</style>