Shades of Cerulean Blue #214DB9
Tints of Cerulean Blue #214DB9
RGB
CMYK
RGB Variations
Color information
#214DB9 (or 0x214DB9) is known color: Cerulean Blue. HEX triplet: 21, 4D and B9. RGB value is (33,77,185). Sum of RGB (Red+Green+Blue) = 33+77+185=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #214DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB9 is #DEB246. Grayscale: #4B4B4B. Windows color (decimal): -14594631 or 12143905. OLE color: 12143905.
HSL color Cylindrical-coordinate representation of color #214DB9: hue angle of 222.63º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214DB9 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 77 | 185 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.27 |
| HSL | 222.63º | 0.7% | 0.43% | - |
| HSV(B) | 222.63º | 0.82% | 0.73% | - |
| XYZ | 12.04 | 9.13 | 47.03 | - |
| YUV | 76.16 | 189.42 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 185 | 0.82 | 0.58 | 0 | 0.27 | 222.63 | 0.7 | 0.43 |
| Hex | 21 | 4D | B9 | 52 | 3A | 0 | 1B | DF | 46 | 2B |
| Octal | 41 | 115 | 271 | 122 | 72 | 0 | 33 | 337 | 106 | 53 |
| Binary | 100001 | 1001101 | 10111001 | 1010010 | 111010 | 0 | 11011 | 11011111 | 1000110 | 101011 |
Color Harmonies of #214DB9
Complementary color
Monochromatic Colors of #214DB9
Black with #214DB9
Text Example
Text Example
White with #214DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DB9; }
p { color: rgb(33,77,185); }
H1.HeaderClassName
{
color: #214DB9;
}
.AnyTagClassName
{
color: #214DB9;
}
</style>
background-color css
<style>
a { background-color: #214DB9; }
a { background-color: rgb(33,77,185); }
div.DivClassName
{
background-color: #214DB9;
}
.BgClassName
{
background-color: #214DB9;
}
</style>
border-color css
<style>
span { border-color: #214DB9; }
span { border-color: rgb(33,77,185); }
td.TdClassName
{
border-color: #214DB9;
}
.TagClassName
{
border-color: #214DB9;
}
</style>