Shades of Cerulean Blue #2056DB
Tints of Cerulean Blue #2056DB
RGB
CMYK
RGB Variations
Color information
#2056DB (or 0x2056DB) is known color: Cerulean Blue. HEX triplet: 20, 56 and DB. RGB value is (32,86,219). Sum of RGB (Red+Green+Blue) = 32+86+219=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #2056DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056DB is #DFA924. Grayscale: #545454. Windows color (decimal): -14657829 or 14374432. OLE color: 14374432.
HSL color Cylindrical-coordinate representation of color #2056DB: hue angle of 222.67º degrees, saturation: 0.75, 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 #2056DB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 86 | 219 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.14 |
| HSL | 222.67º | 0.75% | 0.49% | - |
| HSV(B) | 222.67º | 0.85% | 0.86% | - |
| XYZ | 16.71 | 12.08 | 68.47 | - |
| YUV | 85.02 | 203.61 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 219 | 0.85 | 0.61 | 0 | 0.14 | 222.67 | 0.75 | 0.49 |
| Hex | 20 | 56 | DB | 55 | 3D | 0 | E | DF | 4B | 31 |
| Octal | 40 | 126 | 333 | 125 | 75 | 0 | 16 | 337 | 113 | 61 |
| Binary | 100000 | 1010110 | 11011011 | 1010101 | 111101 | 0 | 1110 | 11011111 | 1001011 | 110001 |
Color Harmonies of #2056DB
Complementary color
Monochromatic Colors of #2056DB
Black with #2056DB
Text Example
Text Example
White with #2056DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2056DB; }
p { color: rgb(32,86,219); }
H1.HeaderClassName
{
color: #2056DB;
}
.AnyTagClassName
{
color: #2056DB;
}
</style>
background-color css
<style>
a { background-color: #2056DB; }
a { background-color: rgb(32,86,219); }
div.DivClassName
{
background-color: #2056DB;
}
.BgClassName
{
background-color: #2056DB;
}
</style>
border-color css
<style>
span { border-color: #2056DB; }
span { border-color: rgb(32,86,219); }
td.TdClassName
{
border-color: #2056DB;
}
.TagClassName
{
border-color: #2056DB;
}
</style>