Shades of Denim #2078CD
Tints of Denim #2078CD
RGB
CMYK
RGB Variations
Color information
#2078CD (or 0x2078CD) is known color: Denim. HEX triplet: 20, 78 and CD. RGB value is (32,120,205). Sum of RGB (Red+Green+Blue) = 32+120+205=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2078CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078CD is #DF8732. Grayscale: #666666. Windows color (decimal): -14649139 or 13465632. OLE color: 13465632.
HSL color Cylindrical-coordinate representation of color #2078CD: hue angle of 209.48º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2078CD is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 120 | 205 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.20 |
| HSL | 209.48º | 0.73% | 0.46% | - |
| HSV(B) | 209.48º | 0.84% | 0.8% | - |
| XYZ | 18.33 | 18.15 | 60.29 | - |
| YUV | 103.38 | 185.35 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 205 | 0.84 | 0.41 | 0 | 0.20 | 209.48 | 0.73 | 0.46 |
| Hex | 20 | 78 | CD | 54 | 29 | 0 | 14 | D1 | 49 | 2E |
| Octal | 40 | 170 | 315 | 124 | 51 | 0 | 24 | 321 | 111 | 56 |
| Binary | 100000 | 1111000 | 11001101 | 1010100 | 101001 | 0 | 10100 | 11010001 | 1001001 | 101110 |
Color Harmonies of #2078CD
Complementary color
Monochromatic Colors of #2078CD
Black with #2078CD
Text Example
Text Example
White with #2078CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078CD; }
p { color: rgb(32,120,205); }
H1.HeaderClassName
{
color: #2078CD;
}
.AnyTagClassName
{
color: #2078CD;
}
</style>
background-color css
<style>
a { background-color: #2078CD; }
a { background-color: rgb(32,120,205); }
div.DivClassName
{
background-color: #2078CD;
}
.BgClassName
{
background-color: #2078CD;
}
</style>
border-color css
<style>
span { border-color: #2078CD; }
span { border-color: rgb(32,120,205); }
td.TdClassName
{
border-color: #2078CD;
}
.TagClassName
{
border-color: #2078CD;
}
</style>