Shades of Cerulean Blue #215BD4
Tints of Cerulean Blue #215BD4
RGB
CMYK
RGB Variations
Color information
#215BD4 (or 0x215BD4) is known color: Cerulean Blue. HEX triplet: 21, 5B and D4. RGB value is (33,91,212). Sum of RGB (Red+Green+Blue) = 33+91+212=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 212 (83.20% from 255 or 63.10% from 336); Max value from RGB is 212 - color contains mainly: blue. Hex color #215BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BD4 is #DEA42B. Grayscale: #565656. Windows color (decimal): -14591020 or 13916961. OLE color: 13916961.
HSL color Cylindrical-coordinate representation of color #215BD4: hue angle of 220.56º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215BD4 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 91 | 212 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.17 |
| HSL | 220.56º | 0.73% | 0.48% | - |
| HSV(B) | 220.56º | 0.84% | 0.83% | - |
| XYZ | 16.25 | 12.56 | 63.85 | - |
| YUV | 87.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 212 | 0.84 | 0.57 | 0 | 0.17 | 220.56 | 0.73 | 0.48 |
| Hex | 21 | 5B | D4 | 54 | 39 | 0 | 11 | DD | 49 | 30 |
| Octal | 41 | 133 | 324 | 124 | 71 | 0 | 21 | 335 | 111 | 60 |
| Binary | 100001 | 1011011 | 11010100 | 1010100 | 111001 | 0 | 10001 | 11011101 | 1001001 | 110000 |
Color Harmonies of #215BD4
Complementary color
Monochromatic Colors of #215BD4
Black with #215BD4
Text Example
Text Example
White with #215BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BD4; }
p { color: rgb(33,91,212); }
H1.HeaderClassName
{
color: #215BD4;
}
.AnyTagClassName
{
color: #215BD4;
}
</style>
background-color css
<style>
a { background-color: #215BD4; }
a { background-color: rgb(33,91,212); }
div.DivClassName
{
background-color: #215BD4;
}
.BgClassName
{
background-color: #215BD4;
}
</style>
border-color css
<style>
span { border-color: #215BD4; }
span { border-color: rgb(33,91,212); }
td.TdClassName
{
border-color: #215BD4;
}
.TagClassName
{
border-color: #215BD4;
}
</style>