Shades of Cerulean Blue #215ADD
Tints of Cerulean Blue #215ADD
RGB
CMYK
RGB Variations
Color information
#215ADD (or 0x215ADD) is known color: Cerulean Blue. HEX triplet: 21, 5A and DD. RGB value is (33,90,221). Sum of RGB (Red+Green+Blue) = 33+90+221=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #215ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ADD is #DEA522. Grayscale: #575757. Windows color (decimal): -14591267 or 14506529. OLE color: 14506529.
HSL color Cylindrical-coordinate representation of color #215ADD: hue angle of 221.81º 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 #215ADD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 90 | 221 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.13 |
| HSL | 221.81º | 0.74% | 0.5% | - |
| HSV(B) | 221.81º | 0.85% | 0.87% | - |
| XYZ | 17.33 | 12.86 | 69.97 | - |
| YUV | 87.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 221 | 0.85 | 0.59 | 0 | 0.13 | 221.81 | 0.74 | 0.5 |
| Hex | 21 | 5A | DD | 55 | 3B | 0 | D | DE | 4A | 32 |
| Octal | 41 | 132 | 335 | 125 | 73 | 0 | 15 | 336 | 112 | 62 |
| Binary | 100001 | 1011010 | 11011101 | 1010101 | 111011 | 0 | 1101 | 11011110 | 1001010 | 110010 |
Color Harmonies of #215ADD
Complementary color
Monochromatic Colors of #215ADD
Black with #215ADD
Text Example
Text Example
White with #215ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ADD; }
p { color: rgb(33,90,221); }
H1.HeaderClassName
{
color: #215ADD;
}
.AnyTagClassName
{
color: #215ADD;
}
</style>
background-color css
<style>
a { background-color: #215ADD; }
a { background-color: rgb(33,90,221); }
div.DivClassName
{
background-color: #215ADD;
}
.BgClassName
{
background-color: #215ADD;
}
</style>
border-color css
<style>
span { border-color: #215ADD; }
span { border-color: rgb(33,90,221); }
td.TdClassName
{
border-color: #215ADD;
}
.TagClassName
{
border-color: #215ADD;
}
</style>