Shades of Cerulean Blue #215FDB
Tints of Cerulean Blue #215FDB
RGB
CMYK
RGB Variations
Color information
#215FDB (or 0x215FDB) is known color: Cerulean Blue. HEX triplet: 21, 5F and DB. RGB value is (33,95,219). Sum of RGB (Red+Green+Blue) = 33+95+219=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #215FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FDB is #DEA024. Grayscale: #5A5A5A. Windows color (decimal): -14589989 or 14376737. OLE color: 14376737.
HSL color Cylindrical-coordinate representation of color #215FDB: hue angle of 220º 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 #215FDB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 95 | 219 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.14 |
| HSL | 220º | 0.74% | 0.49% | - |
| HSV(B) | 220º | 0.85% | 0.86% | - |
| XYZ | 17.51 | 13.62 | 68.72 | - |
| YUV | 90.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 219 | 0.85 | 0.57 | 0 | 0.14 | 220 | 0.74 | 0.49 |
| Hex | 21 | 5F | DB | 55 | 39 | 0 | E | DC | 4A | 31 |
| Octal | 41 | 137 | 333 | 125 | 71 | 0 | 16 | 334 | 112 | 61 |
| Binary | 100001 | 1011111 | 11011011 | 1010101 | 111001 | 0 | 1110 | 11011100 | 1001010 | 110001 |
Color Harmonies of #215FDB
Complementary color
Monochromatic Colors of #215FDB
Black with #215FDB
Text Example
Text Example
White with #215FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FDB; }
p { color: rgb(33,95,219); }
H1.HeaderClassName
{
color: #215FDB;
}
.AnyTagClassName
{
color: #215FDB;
}
</style>
background-color css
<style>
a { background-color: #215FDB; }
a { background-color: rgb(33,95,219); }
div.DivClassName
{
background-color: #215FDB;
}
.BgClassName
{
background-color: #215FDB;
}
</style>
border-color css
<style>
span { border-color: #215FDB; }
span { border-color: rgb(33,95,219); }
td.TdClassName
{
border-color: #215FDB;
}
.TagClassName
{
border-color: #215FDB;
}
</style>