Shades of Denim #2062DC
Tints of Denim #2062DC
RGB
CMYK
RGB Variations
Color information
#2062DC (or 0x2062DC) is known color: Denim. HEX triplet: 20, 62 and DC. RGB value is (32,98,220). Sum of RGB (Red+Green+Blue) = 32+98+220=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #2062DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062DC is #DF9D23. Grayscale: #5B5B5B. Windows color (decimal): -14654756 or 14443040. OLE color: 14443040.
HSL color Cylindrical-coordinate representation of color #2062DC: hue angle of 218.94º 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 #2062DC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 98 | 220 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.14 |
| HSL | 218.94º | 0.75% | 0.49% | - |
| HSV(B) | 218.94º | 0.85% | 0.86% | - |
| XYZ | 17.88 | 14.21 | 69.51 | - |
| YUV | 92.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 220 | 0.85 | 0.55 | 0 | 0.14 | 218.94 | 0.75 | 0.49 |
| Hex | 20 | 62 | DC | 55 | 37 | 0 | E | DB | 4B | 31 |
| Octal | 40 | 142 | 334 | 125 | 67 | 0 | 16 | 333 | 113 | 61 |
| Binary | 100000 | 1100010 | 11011100 | 1010101 | 110111 | 0 | 1110 | 11011011 | 1001011 | 110001 |
Color Harmonies of #2062DC
Complementary color
Monochromatic Colors of #2062DC
Black with #2062DC
Text Example
Text Example
White with #2062DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062DC; }
p { color: rgb(32,98,220); }
H1.HeaderClassName
{
color: #2062DC;
}
.AnyTagClassName
{
color: #2062DC;
}
</style>
background-color css
<style>
a { background-color: #2062DC; }
a { background-color: rgb(32,98,220); }
div.DivClassName
{
background-color: #2062DC;
}
.BgClassName
{
background-color: #2062DC;
}
</style>
border-color css
<style>
span { border-color: #2062DC; }
span { border-color: rgb(32,98,220); }
td.TdClassName
{
border-color: #2062DC;
}
.TagClassName
{
border-color: #2062DC;
}
</style>