Shades of Cerulean Blue #2059DB
Tints of Cerulean Blue #2059DB
RGB
CMYK
RGB Variations
Color information
#2059DB (or 0x2059DB) is known color: Cerulean Blue. HEX triplet: 20, 59 and DB. RGB value is (32,89,219). Sum of RGB (Red+Green+Blue) = 32+89+219=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2059DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059DB is #DFA624. Grayscale: #565656. Windows color (decimal): -14657061 or 14375200. OLE color: 14375200.
HSL color Cylindrical-coordinate representation of color #2059DB: hue angle of 221.71º 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 #2059DB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 89 | 219 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.14 |
| HSL | 221.71º | 0.75% | 0.49% | - |
| HSV(B) | 221.71º | 0.85% | 0.86% | - |
| XYZ | 16.95 | 12.57 | 68.55 | - |
| YUV | 86.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 219 | 0.85 | 0.59 | 0 | 0.14 | 221.71 | 0.75 | 0.49 |
| Hex | 20 | 59 | DB | 55 | 3B | 0 | E | DE | 4B | 31 |
| Octal | 40 | 131 | 333 | 125 | 73 | 0 | 16 | 336 | 113 | 61 |
| Binary | 100000 | 1011001 | 11011011 | 1010101 | 111011 | 0 | 1110 | 11011110 | 1001011 | 110001 |
Color Harmonies of #2059DB
Complementary color
Monochromatic Colors of #2059DB
Black with #2059DB
Text Example
Text Example
White with #2059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059DB; }
p { color: rgb(32,89,219); }
H1.HeaderClassName
{
color: #2059DB;
}
.AnyTagClassName
{
color: #2059DB;
}
</style>
background-color css
<style>
a { background-color: #2059DB; }
a { background-color: rgb(32,89,219); }
div.DivClassName
{
background-color: #2059DB;
}
.BgClassName
{
background-color: #2059DB;
}
</style>
border-color css
<style>
span { border-color: #2059DB; }
span { border-color: rgb(32,89,219); }
td.TdClassName
{
border-color: #2059DB;
}
.TagClassName
{
border-color: #2059DB;
}
</style>