Shades of Cerulean Blue #215BDD
Tints of Cerulean Blue #215BDD
RGB
CMYK
RGB Variations
Color information
#215BDD (or 0x215BDD) is known color: Cerulean Blue. HEX triplet: 21, 5B and DD. RGB value is (33,91,221). Sum of RGB (Red+Green+Blue) = 33+91+221=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #215BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BDD is #DEA422. Grayscale: #575757. Windows color (decimal): -14591011 or 14506785. OLE color: 14506785.
HSL color Cylindrical-coordinate representation of color #215BDD: hue angle of 221.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215BDD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 91 | 221 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.13 |
| HSL | 221.49º | 0.74% | 0.5% | - |
| HSV(B) | 221.49º | 0.85% | 0.87% | - |
| XYZ | 17.42 | 13.03 | 70 | - |
| YUV | 88.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 221 | 0.85 | 0.59 | 0 | 0.13 | 221.49 | 0.74 | 0.5 |
| Hex | 21 | 5B | DD | 55 | 3B | 0 | D | DD | 4A | 32 |
| Octal | 41 | 133 | 335 | 125 | 73 | 0 | 15 | 335 | 112 | 62 |
| Binary | 100001 | 1011011 | 11011101 | 1010101 | 111011 | 0 | 1101 | 11011101 | 1001010 | 110010 |
Color Harmonies of #215BDD
Complementary color
Monochromatic Colors of #215BDD
Black with #215BDD
Text Example
Text Example
White with #215BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BDD; }
p { color: rgb(33,91,221); }
H1.HeaderClassName
{
color: #215BDD;
}
.AnyTagClassName
{
color: #215BDD;
}
</style>
background-color css
<style>
a { background-color: #215BDD; }
a { background-color: rgb(33,91,221); }
div.DivClassName
{
background-color: #215BDD;
}
.BgClassName
{
background-color: #215BDD;
}
</style>
border-color css
<style>
span { border-color: #215BDD; }
span { border-color: rgb(33,91,221); }
td.TdClassName
{
border-color: #215BDD;
}
.TagClassName
{
border-color: #215BDD;
}
</style>