Shades of Cerulean Blue #2059DC
Tints of Cerulean Blue #2059DC
RGB
CMYK
RGB Variations
Color information
#2059DC (or 0x2059DC) is known color: Cerulean Blue. HEX triplet: 20, 59 and DC. RGB value is (32,89,220). Sum of RGB (Red+Green+Blue) = 32+89+220=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2059DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059DC is #DFA623. Grayscale: #565656. Windows color (decimal): -14657060 or 14440736. OLE color: 14440736.
HSL color Cylindrical-coordinate representation of color #2059DC: hue angle of 221.81º 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 #2059DC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 89 | 220 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.14 |
| HSL | 221.81º | 0.75% | 0.49% | - |
| HSV(B) | 221.81º | 0.85% | 0.86% | - |
| XYZ | 17.09 | 12.62 | 69.25 | - |
| YUV | 86.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 220 | 0.85 | 0.60 | 0 | 0.14 | 221.81 | 0.75 | 0.49 |
| Hex | 20 | 59 | DC | 55 | 3C | 0 | E | DE | 4B | 31 |
| Octal | 40 | 131 | 334 | 125 | 74 | 0 | 16 | 336 | 113 | 61 |
| Binary | 100000 | 1011001 | 11011100 | 1010101 | 111100 | 0 | 1110 | 11011110 | 1001011 | 110001 |
Color Harmonies of #2059DC
Complementary color
Monochromatic Colors of #2059DC
Black with #2059DC
Text Example
Text Example
White with #2059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059DC; }
p { color: rgb(32,89,220); }
H1.HeaderClassName
{
color: #2059DC;
}
.AnyTagClassName
{
color: #2059DC;
}
</style>
background-color css
<style>
a { background-color: #2059DC; }
a { background-color: rgb(32,89,220); }
div.DivClassName
{
background-color: #2059DC;
}
.BgClassName
{
background-color: #2059DC;
}
</style>
border-color css
<style>
span { border-color: #2059DC; }
span { border-color: rgb(32,89,220); }
td.TdClassName
{
border-color: #2059DC;
}
.TagClassName
{
border-color: #2059DC;
}
</style>