Shades of Cerulean Blue #214DB6
Tints of Cerulean Blue #214DB6
RGB
CMYK
RGB Variations
Color information
#214DB6 (or 0x214DB6) is known color: Cerulean Blue. HEX triplet: 21, 4D and B6. RGB value is (33,77,182). Sum of RGB (Red+Green+Blue) = 33+77+182=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #214DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB6 is #DEB249. Grayscale: #4B4B4B. Windows color (decimal): -14594634 or 11947297. OLE color: 11947297.
HSL color Cylindrical-coordinate representation of color #214DB6: hue angle of 222.28º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214DB6 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 77 | 182 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.29 |
| HSL | 222.28º | 0.69% | 0.42% | - |
| HSV(B) | 222.28º | 0.82% | 0.71% | - |
| XYZ | 11.72 | 9.01 | 45.38 | - |
| YUV | 75.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 182 | 0.82 | 0.58 | 0 | 0.29 | 222.28 | 0.69 | 0.42 |
| Hex | 21 | 4D | B6 | 52 | 3A | 0 | 1D | DE | 45 | 2A |
| Octal | 41 | 115 | 266 | 122 | 72 | 0 | 35 | 336 | 105 | 52 |
| Binary | 100001 | 1001101 | 10110110 | 1010010 | 111010 | 0 | 11101 | 11011110 | 1000101 | 101010 |
Color Harmonies of #214DB6
Complementary color
Monochromatic Colors of #214DB6
Black with #214DB6
Text Example
Text Example
White with #214DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DB6; }
p { color: rgb(33,77,182); }
H1.HeaderClassName
{
color: #214DB6;
}
.AnyTagClassName
{
color: #214DB6;
}
</style>
background-color css
<style>
a { background-color: #214DB6; }
a { background-color: rgb(33,77,182); }
div.DivClassName
{
background-color: #214DB6;
}
.BgClassName
{
background-color: #214DB6;
}
</style>
border-color css
<style>
span { border-color: #214DB6; }
span { border-color: rgb(33,77,182); }
td.TdClassName
{
border-color: #214DB6;
}
.TagClassName
{
border-color: #214DB6;
}
</style>