Shades of Cerulean Blue #2058DB
Tints of Cerulean Blue #2058DB
RGB
CMYK
RGB Variations
Color information
#2058DB (or 0x2058DB) is known color: Cerulean Blue. HEX triplet: 20, 58 and DB. RGB value is (32,88,219). Sum of RGB (Red+Green+Blue) = 32+88+219=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 88 (34.77% from 255 or 25.96% 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 #2058DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2058DB is #DFA724. Grayscale: #555555. Windows color (decimal): -14657317 or 14374944. OLE color: 14374944.
HSL color Cylindrical-coordinate representation of color #2058DB: hue angle of 222.03º 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 #2058DB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 88 | 219 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.14 |
| HSL | 222.03º | 0.75% | 0.49% | - |
| HSV(B) | 222.03º | 0.85% | 0.86% | - |
| XYZ | 16.87 | 12.4 | 68.52 | - |
| YUV | 86.19 | 202.95 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 219 | 0.85 | 0.60 | 0 | 0.14 | 222.03 | 0.75 | 0.49 |
| Hex | 20 | 58 | DB | 55 | 3C | 0 | E | DE | 4B | 31 |
| Octal | 40 | 130 | 333 | 125 | 74 | 0 | 16 | 336 | 113 | 61 |
| Binary | 100000 | 1011000 | 11011011 | 1010101 | 111100 | 0 | 1110 | 11011110 | 1001011 | 110001 |
Color Harmonies of #2058DB
Complementary color
Monochromatic Colors of #2058DB
Black with #2058DB
Text Example
Text Example
White with #2058DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2058DB; }
p { color: rgb(32,88,219); }
H1.HeaderClassName
{
color: #2058DB;
}
.AnyTagClassName
{
color: #2058DB;
}
</style>
background-color css
<style>
a { background-color: #2058DB; }
a { background-color: rgb(32,88,219); }
div.DivClassName
{
background-color: #2058DB;
}
.BgClassName
{
background-color: #2058DB;
}
</style>
border-color css
<style>
span { border-color: #2058DB; }
span { border-color: rgb(32,88,219); }
td.TdClassName
{
border-color: #2058DB;
}
.TagClassName
{
border-color: #2058DB;
}
</style>