Shades of Cerulean Blue #2156DB
Tints of Cerulean Blue #2156DB
RGB
CMYK
RGB Variations
Color information
#2156DB (or 0x2156DB) is known color: Cerulean Blue. HEX triplet: 21, 56 and DB. RGB value is (33,86,219). Sum of RGB (Red+Green+Blue) = 33+86+219=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #2156DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2156DB is #DEA924. Grayscale: #545454. Windows color (decimal): -14592293 or 14374433. OLE color: 14374433.
HSL color Cylindrical-coordinate representation of color #2156DB: hue angle of 222.9º 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 #2156DB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 86 | 219 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.14 |
| HSL | 222.9º | 0.74% | 0.49% | - |
| HSV(B) | 222.9º | 0.85% | 0.86% | - |
| XYZ | 16.74 | 12.09 | 68.47 | - |
| YUV | 85.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 219 | 0.85 | 0.61 | 0 | 0.14 | 222.9 | 0.74 | 0.49 |
| Hex | 21 | 56 | DB | 55 | 3D | 0 | E | DF | 4A | 31 |
| Octal | 41 | 126 | 333 | 125 | 75 | 0 | 16 | 337 | 112 | 61 |
| Binary | 100001 | 1010110 | 11011011 | 1010101 | 111101 | 0 | 1110 | 11011111 | 1001010 | 110001 |
Color Harmonies of #2156DB
Complementary color
Monochromatic Colors of #2156DB
Black with #2156DB
Text Example
Text Example
White with #2156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2156DB; }
p { color: rgb(33,86,219); }
H1.HeaderClassName
{
color: #2156DB;
}
.AnyTagClassName
{
color: #2156DB;
}
</style>
background-color css
<style>
a { background-color: #2156DB; }
a { background-color: rgb(33,86,219); }
div.DivClassName
{
background-color: #2156DB;
}
.BgClassName
{
background-color: #2156DB;
}
</style>
border-color css
<style>
span { border-color: #2156DB; }
span { border-color: rgb(33,86,219); }
td.TdClassName
{
border-color: #2156DB;
}
.TagClassName
{
border-color: #2156DB;
}
</style>