Shades of Cerulean Blue #215BDC
Tints of Cerulean Blue #215BDC
RGB
CMYK
RGB Variations
Color information
#215BDC (or 0x215BDC) is known color: Cerulean Blue. HEX triplet: 21, 5B and DC. RGB value is (33,91,220). Sum of RGB (Red+Green+Blue) = 33+91+220=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #215BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BDC is #DEA423. Grayscale: #575757. Windows color (decimal): -14591012 or 14441249. OLE color: 14441249.
HSL color Cylindrical-coordinate representation of color #215BDC: hue angle of 221.39º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215BDC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 91 | 220 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.14 |
| HSL | 221.39º | 0.74% | 0.5% | - |
| HSV(B) | 221.39º | 0.85% | 0.86% | - |
| XYZ | 17.29 | 12.97 | 69.3 | - |
| YUV | 88.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 220 | 0.85 | 0.59 | 0 | 0.14 | 221.39 | 0.74 | 0.5 |
| Hex | 21 | 5B | DC | 55 | 3B | 0 | E | DD | 4A | 32 |
| Octal | 41 | 133 | 334 | 125 | 73 | 0 | 16 | 335 | 112 | 62 |
| Binary | 100001 | 1011011 | 11011100 | 1010101 | 111011 | 0 | 1110 | 11011101 | 1001010 | 110010 |
Color Harmonies of #215BDC
Complementary color
Monochromatic Colors of #215BDC
Black with #215BDC
Text Example
Text Example
White with #215BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BDC; }
p { color: rgb(33,91,220); }
H1.HeaderClassName
{
color: #215BDC;
}
.AnyTagClassName
{
color: #215BDC;
}
</style>
background-color css
<style>
a { background-color: #215BDC; }
a { background-color: rgb(33,91,220); }
div.DivClassName
{
background-color: #215BDC;
}
.BgClassName
{
background-color: #215BDC;
}
</style>
border-color css
<style>
span { border-color: #215BDC; }
span { border-color: rgb(33,91,220); }
td.TdClassName
{
border-color: #215BDC;
}
.TagClassName
{
border-color: #215BDC;
}
</style>