Shades of Denim #2078C9
Tints of Denim #2078C9
RGB
CMYK
RGB Variations
Color information
#2078C9 (or 0x2078C9) is known color: Denim. HEX triplet: 20, 78 and C9. RGB value is (32,120,201). Sum of RGB (Red+Green+Blue) = 32+120+201=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #2078C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078C9 is #DF8736. Grayscale: #666666. Windows color (decimal): -14649143 or 13203488. OLE color: 13203488.
HSL color Cylindrical-coordinate representation of color #2078C9: hue angle of 208.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2078C9 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 120 | 201 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.21 |
| HSL | 208.76º | 0.73% | 0.46% | - |
| HSV(B) | 208.76º | 0.84% | 0.79% | - |
| XYZ | 17.85 | 17.96 | 57.78 | - |
| YUV | 102.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 201 | 0.84 | 0.40 | 0 | 0.21 | 208.76 | 0.73 | 0.46 |
| Hex | 20 | 78 | C9 | 54 | 28 | 0 | 15 | D1 | 49 | 2E |
| Octal | 40 | 170 | 311 | 124 | 50 | 0 | 25 | 321 | 111 | 56 |
| Binary | 100000 | 1111000 | 11001001 | 1010100 | 101000 | 0 | 10101 | 11010001 | 1001001 | 101110 |
Color Harmonies of #2078C9
Complementary color
Monochromatic Colors of #2078C9
Black with #2078C9
Text Example
Text Example
White with #2078C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078C9; }
p { color: rgb(32,120,201); }
H1.HeaderClassName
{
color: #2078C9;
}
.AnyTagClassName
{
color: #2078C9;
}
</style>
background-color css
<style>
a { background-color: #2078C9; }
a { background-color: rgb(32,120,201); }
div.DivClassName
{
background-color: #2078C9;
}
.BgClassName
{
background-color: #2078C9;
}
</style>
border-color css
<style>
span { border-color: #2078C9; }
span { border-color: rgb(32,120,201); }
td.TdClassName
{
border-color: #2078C9;
}
.TagClassName
{
border-color: #2078C9;
}
</style>