Shades of Cerulean Blue #215ADB
Tints of Cerulean Blue #215ADB
RGB
CMYK
RGB Variations
Color information
#215ADB (or 0x215ADB) is known color: Cerulean Blue. HEX triplet: 21, 5A and DB. RGB value is (33,90,219). Sum of RGB (Red+Green+Blue) = 33+90+219=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #215ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ADB is #DEA524. Grayscale: #575757. Windows color (decimal): -14591269 or 14375457. OLE color: 14375457.
HSL color Cylindrical-coordinate representation of color #215ADB: hue angle of 221.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215ADB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 90 | 219 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.14 |
| HSL | 221.61º | 0.74% | 0.49% | - |
| HSV(B) | 221.61º | 0.85% | 0.86% | - |
| XYZ | 17.07 | 12.75 | 68.58 | - |
| YUV | 87.66 | 202.12 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 219 | 0.85 | 0.59 | 0 | 0.14 | 221.61 | 0.74 | 0.49 |
| Hex | 21 | 5A | DB | 55 | 3B | 0 | E | DE | 4A | 31 |
| Octal | 41 | 132 | 333 | 125 | 73 | 0 | 16 | 336 | 112 | 61 |
| Binary | 100001 | 1011010 | 11011011 | 1010101 | 111011 | 0 | 1110 | 11011110 | 1001010 | 110001 |
Color Harmonies of #215ADB
Complementary color
Monochromatic Colors of #215ADB
Black with #215ADB
Text Example
Text Example
White with #215ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ADB; }
p { color: rgb(33,90,219); }
H1.HeaderClassName
{
color: #215ADB;
}
.AnyTagClassName
{
color: #215ADB;
}
</style>
background-color css
<style>
a { background-color: #215ADB; }
a { background-color: rgb(33,90,219); }
div.DivClassName
{
background-color: #215ADB;
}
.BgClassName
{
background-color: #215ADB;
}
</style>
border-color css
<style>
span { border-color: #215ADB; }
span { border-color: rgb(33,90,219); }
td.TdClassName
{
border-color: #215ADB;
}
.TagClassName
{
border-color: #215ADB;
}
</style>