Shades of Denim #2073DC
Tints of Denim #2073DC
RGB
CMYK
RGB Variations
Color information
#2073DC (or 0x2073DC) is known color: Denim. HEX triplet: 20, 73 and DC. RGB value is (32,115,220). Sum of RGB (Red+Green+Blue) = 32+115+220=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #2073DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073DC is #DF8C23. Grayscale: #656565. Windows color (decimal): -14650404 or 14447392. OLE color: 14447392.
HSL color Cylindrical-coordinate representation of color #2073DC: hue angle of 213.51º 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 #2073DC is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 115 | 220 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.14 |
| HSL | 213.51º | 0.75% | 0.49% | - |
| HSV(B) | 213.51º | 0.85% | 0.86% | - |
| XYZ | 19.64 | 17.74 | 70.1 | - |
| YUV | 102.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 220 | 0.85 | 0.48 | 0 | 0.14 | 213.51 | 0.75 | 0.49 |
| Hex | 20 | 73 | DC | 55 | 30 | 0 | E | D6 | 4B | 31 |
| Octal | 40 | 163 | 334 | 125 | 60 | 0 | 16 | 326 | 113 | 61 |
| Binary | 100000 | 1110011 | 11011100 | 1010101 | 110000 | 0 | 1110 | 11010110 | 1001011 | 110001 |
Color Harmonies of #2073DC
Complementary color
Monochromatic Colors of #2073DC
Black with #2073DC
Text Example
Text Example
White with #2073DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073DC; }
p { color: rgb(32,115,220); }
H1.HeaderClassName
{
color: #2073DC;
}
.AnyTagClassName
{
color: #2073DC;
}
</style>
background-color css
<style>
a { background-color: #2073DC; }
a { background-color: rgb(32,115,220); }
div.DivClassName
{
background-color: #2073DC;
}
.BgClassName
{
background-color: #2073DC;
}
</style>
border-color css
<style>
span { border-color: #2073DC; }
span { border-color: rgb(32,115,220); }
td.TdClassName
{
border-color: #2073DC;
}
.TagClassName
{
border-color: #2073DC;
}
</style>