Shades of Denim #2077CD
Tints of Denim #2077CD
RGB
CMYK
RGB Variations
Color information
#2077CD (or 0x2077CD) is known color: Denim. HEX triplet: 20, 77 and CD. RGB value is (32,119,205). Sum of RGB (Red+Green+Blue) = 32+119+205=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #2077CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077CD is #DF8832. Grayscale: #666666. Windows color (decimal): -14649395 or 13465376. OLE color: 13465376.
HSL color Cylindrical-coordinate representation of color #2077CD: hue angle of 209.83º 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 #2077CD is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 119 | 205 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.20 |
| HSL | 209.83º | 0.73% | 0.46% | - |
| HSV(B) | 209.83º | 0.84% | 0.8% | - |
| XYZ | 18.21 | 17.91 | 60.25 | - |
| YUV | 102.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 205 | 0.84 | 0.42 | 0 | 0.20 | 209.83 | 0.73 | 0.46 |
| Hex | 20 | 77 | CD | 54 | 2A | 0 | 14 | D2 | 49 | 2E |
| Octal | 40 | 167 | 315 | 124 | 52 | 0 | 24 | 322 | 111 | 56 |
| Binary | 100000 | 1110111 | 11001101 | 1010100 | 101010 | 0 | 10100 | 11010010 | 1001001 | 101110 |
Color Harmonies of #2077CD
Complementary color
Monochromatic Colors of #2077CD
Black with #2077CD
Text Example
Text Example
White with #2077CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077CD; }
p { color: rgb(32,119,205); }
H1.HeaderClassName
{
color: #2077CD;
}
.AnyTagClassName
{
color: #2077CD;
}
</style>
background-color css
<style>
a { background-color: #2077CD; }
a { background-color: rgb(32,119,205); }
div.DivClassName
{
background-color: #2077CD;
}
.BgClassName
{
background-color: #2077CD;
}
</style>
border-color css
<style>
span { border-color: #2077CD; }
span { border-color: rgb(32,119,205); }
td.TdClassName
{
border-color: #2077CD;
}
.TagClassName
{
border-color: #2077CD;
}
</style>