Shades of Cerulean Blue #215EDB
Tints of Cerulean Blue #215EDB
RGB
CMYK
RGB Variations
Color information
#215EDB (or 0x215EDB) is known color: Cerulean Blue. HEX triplet: 21, 5E and DB. RGB value is (33,94,219). Sum of RGB (Red+Green+Blue) = 33+94+219=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #215EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EDB is #DEA124. Grayscale: #595959. Windows color (decimal): -14590245 or 14376481. OLE color: 14376481.
HSL color Cylindrical-coordinate representation of color #215EDB: hue angle of 220.32º 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 #215EDB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 94 | 219 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.14 |
| HSL | 220.32º | 0.74% | 0.49% | - |
| HSV(B) | 220.32º | 0.85% | 0.86% | - |
| XYZ | 17.42 | 13.44 | 68.69 | - |
| YUV | 90.01 | 200.79 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 219 | 0.85 | 0.57 | 0 | 0.14 | 220.32 | 0.74 | 0.49 |
| Hex | 21 | 5E | DB | 55 | 39 | 0 | E | DC | 4A | 31 |
| Octal | 41 | 136 | 333 | 125 | 71 | 0 | 16 | 334 | 112 | 61 |
| Binary | 100001 | 1011110 | 11011011 | 1010101 | 111001 | 0 | 1110 | 11011100 | 1001010 | 110001 |
Color Harmonies of #215EDB
Complementary color
Monochromatic Colors of #215EDB
Black with #215EDB
Text Example
Text Example
White with #215EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EDB; }
p { color: rgb(33,94,219); }
H1.HeaderClassName
{
color: #215EDB;
}
.AnyTagClassName
{
color: #215EDB;
}
</style>
background-color css
<style>
a { background-color: #215EDB; }
a { background-color: rgb(33,94,219); }
div.DivClassName
{
background-color: #215EDB;
}
.BgClassName
{
background-color: #215EDB;
}
</style>
border-color css
<style>
span { border-color: #215EDB; }
span { border-color: rgb(33,94,219); }
td.TdClassName
{
border-color: #215EDB;
}
.TagClassName
{
border-color: #215EDB;
}
</style>