Shades of Cerulean Blue #215CDD
Tints of Cerulean Blue #215CDD
RGB
CMYK
RGB Variations
Color information
#215CDD (or 0x215CDD) is known color: Cerulean Blue. HEX triplet: 21, 5C and DD. RGB value is (33,92,221). Sum of RGB (Red+Green+Blue) = 33+92+221=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #215CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CDD is #DEA322. Grayscale: #585858. Windows color (decimal): -14590755 or 14507041. OLE color: 14507041.
HSL color Cylindrical-coordinate representation of color #215CDD: hue angle of 221.17º 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 #215CDD is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 92 | 221 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.13 |
| HSL | 221.17º | 0.74% | 0.5% | - |
| HSV(B) | 221.17º | 0.85% | 0.87% | - |
| XYZ | 17.51 | 13.2 | 70.03 | - |
| YUV | 89.07 | 202.45 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 221 | 0.85 | 0.58 | 0 | 0.13 | 221.17 | 0.74 | 0.5 |
| Hex | 21 | 5C | DD | 55 | 3A | 0 | D | DD | 4A | 32 |
| Octal | 41 | 134 | 335 | 125 | 72 | 0 | 15 | 335 | 112 | 62 |
| Binary | 100001 | 1011100 | 11011101 | 1010101 | 111010 | 0 | 1101 | 11011101 | 1001010 | 110010 |
Color Harmonies of #215CDD
Complementary color
Monochromatic Colors of #215CDD
Black with #215CDD
Text Example
Text Example
White with #215CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CDD; }
p { color: rgb(33,92,221); }
H1.HeaderClassName
{
color: #215CDD;
}
.AnyTagClassName
{
color: #215CDD;
}
</style>
background-color css
<style>
a { background-color: #215CDD; }
a { background-color: rgb(33,92,221); }
div.DivClassName
{
background-color: #215CDD;
}
.BgClassName
{
background-color: #215CDD;
}
</style>
border-color css
<style>
span { border-color: #215CDD; }
span { border-color: rgb(33,92,221); }
td.TdClassName
{
border-color: #215CDD;
}
.TagClassName
{
border-color: #215CDD;
}
</style>