Shades of Cerulean Blue #214DB5
Tints of Cerulean Blue #214DB5
RGB
CMYK
RGB Variations
Color information
#214DB5 (or 0x214DB5) is known color: Cerulean Blue. HEX triplet: 21, 4D and B5. RGB value is (33,77,181). Sum of RGB (Red+Green+Blue) = 33+77+181=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #214DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB5 is #DEB24A. Grayscale: #4B4B4B. Windows color (decimal): -14594635 or 11881761. OLE color: 11881761.
HSL color Cylindrical-coordinate representation of color #214DB5: hue angle of 222.16º 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 #214DB5 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 77 | 181 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.29 |
| HSL | 222.16º | 0.69% | 0.42% | - |
| HSV(B) | 222.16º | 0.82% | 0.71% | - |
| XYZ | 11.62 | 8.97 | 44.83 | - |
| YUV | 75.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 181 | 0.82 | 0.57 | 0 | 0.29 | 222.16 | 0.69 | 0.42 |
| Hex | 21 | 4D | B5 | 52 | 39 | 0 | 1D | DE | 45 | 2A |
| Octal | 41 | 115 | 265 | 122 | 71 | 0 | 35 | 336 | 105 | 52 |
| Binary | 100001 | 1001101 | 10110101 | 1010010 | 111001 | 0 | 11101 | 11011110 | 1000101 | 101010 |
Color Harmonies of #214DB5
Complementary color
Monochromatic Colors of #214DB5
Black with #214DB5
Text Example
Text Example
White with #214DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DB5; }
p { color: rgb(33,77,181); }
H1.HeaderClassName
{
color: #214DB5;
}
.AnyTagClassName
{
color: #214DB5;
}
</style>
background-color css
<style>
a { background-color: #214DB5; }
a { background-color: rgb(33,77,181); }
div.DivClassName
{
background-color: #214DB5;
}
.BgClassName
{
background-color: #214DB5;
}
</style>
border-color css
<style>
span { border-color: #214DB5; }
span { border-color: rgb(33,77,181); }
td.TdClassName
{
border-color: #214DB5;
}
.TagClassName
{
border-color: #214DB5;
}
</style>