Shades of Denim #2062D0
Tints of Denim #2062D0
RGB
CMYK
RGB Variations
Color information
#2062D0 (or 0x2062D0) is known color: Denim. HEX triplet: 20, 62 and D0. RGB value is (32,98,208). Sum of RGB (Red+Green+Blue) = 32+98+208=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #2062D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062D0 is #DF9D2F. Grayscale: #5A5A5A. Windows color (decimal): -14654768 or 13656608. OLE color: 13656608.
HSL color Cylindrical-coordinate representation of color #2062D0: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2062D0 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 98 | 208 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.18 |
| HSL | 217.5º | 0.73% | 0.47% | - |
| HSV(B) | 217.5º | 0.85% | 0.82% | - |
| XYZ | 16.35 | 13.6 | 61.44 | - |
| YUV | 90.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 208 | 0.85 | 0.53 | 0 | 0.18 | 217.5 | 0.73 | 0.47 |
| Hex | 20 | 62 | D0 | 55 | 35 | 0 | 12 | DA | 49 | 2F |
| Octal | 40 | 142 | 320 | 125 | 65 | 0 | 22 | 332 | 111 | 57 |
| Binary | 100000 | 1100010 | 11010000 | 1010101 | 110101 | 0 | 10010 | 11011010 | 1001001 | 101111 |
Color Harmonies of #2062D0
Complementary color
Monochromatic Colors of #2062D0
Black with #2062D0
Text Example
Text Example
White with #2062D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062D0; }
p { color: rgb(32,98,208); }
H1.HeaderClassName
{
color: #2062D0;
}
.AnyTagClassName
{
color: #2062D0;
}
</style>
background-color css
<style>
a { background-color: #2062D0; }
a { background-color: rgb(32,98,208); }
div.DivClassName
{
background-color: #2062D0;
}
.BgClassName
{
background-color: #2062D0;
}
</style>
border-color css
<style>
span { border-color: #2062D0; }
span { border-color: rgb(32,98,208); }
td.TdClassName
{
border-color: #2062D0;
}
.TagClassName
{
border-color: #2062D0;
}
</style>