Shades of Cerulean Blue #2157DB
Tints of Cerulean Blue #2157DB
RGB
CMYK
RGB Variations
Color information
#2157DB (or 0x2157DB) is known color: Cerulean Blue. HEX triplet: 21, 57 and DB. RGB value is (33,87,219). Sum of RGB (Red+Green+Blue) = 33+87+219=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2157DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2157DB is #DEA824. Grayscale: #555555. Windows color (decimal): -14592037 or 14374689. OLE color: 14374689.
HSL color Cylindrical-coordinate representation of color #2157DB: hue angle of 222.58º 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 #2157DB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 87 | 219 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.14 |
| HSL | 222.58º | 0.74% | 0.49% | - |
| HSV(B) | 222.58º | 0.85% | 0.86% | - |
| XYZ | 16.82 | 12.25 | 68.5 | - |
| YUV | 85.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 219 | 0.85 | 0.60 | 0 | 0.14 | 222.58 | 0.74 | 0.49 |
| Hex | 21 | 57 | DB | 55 | 3C | 0 | E | DF | 4A | 31 |
| Octal | 41 | 127 | 333 | 125 | 74 | 0 | 16 | 337 | 112 | 61 |
| Binary | 100001 | 1010111 | 11011011 | 1010101 | 111100 | 0 | 1110 | 11011111 | 1001010 | 110001 |
Color Harmonies of #2157DB
Complementary color
Monochromatic Colors of #2157DB
Black with #2157DB
Text Example
Text Example
White with #2157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157DB; }
p { color: rgb(33,87,219); }
H1.HeaderClassName
{
color: #2157DB;
}
.AnyTagClassName
{
color: #2157DB;
}
</style>
background-color css
<style>
a { background-color: #2157DB; }
a { background-color: rgb(33,87,219); }
div.DivClassName
{
background-color: #2157DB;
}
.BgClassName
{
background-color: #2157DB;
}
</style>
border-color css
<style>
span { border-color: #2157DB; }
span { border-color: rgb(33,87,219); }
td.TdClassName
{
border-color: #2157DB;
}
.TagClassName
{
border-color: #2157DB;
}
</style>