Shades of Denim #2070C8
Tints of Denim #2070C8
RGB
CMYK
RGB Variations
Color information
#2070C8 (or 0x2070C8) is known color: Denim. HEX triplet: 20, 70 and C8. RGB value is (32,112,200). Sum of RGB (Red+Green+Blue) = 32+112+200=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #2070C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070C8 is #DF8F37. Grayscale: #616161. Windows color (decimal): -14651192 or 13135904. OLE color: 13135904.
HSL color Cylindrical-coordinate representation of color #2070C8: hue angle of 211.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2070C8 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 112 | 200 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.22 |
| HSL | 211.43º | 0.72% | 0.45% | - |
| HSV(B) | 211.43º | 0.84% | 0.78% | - |
| XYZ | 16.82 | 16.07 | 56.86 | - |
| YUV | 98.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 200 | 0.84 | 0.44 | 0 | 0.22 | 211.43 | 0.72 | 0.45 |
| Hex | 20 | 70 | C8 | 54 | 2C | 0 | 16 | D3 | 48 | 2D |
| Octal | 40 | 160 | 310 | 124 | 54 | 0 | 26 | 323 | 110 | 55 |
| Binary | 100000 | 1110000 | 11001000 | 1010100 | 101100 | 0 | 10110 | 11010011 | 1001000 | 101101 |
Color Harmonies of #2070C8
Complementary color
Monochromatic Colors of #2070C8
Black with #2070C8
Text Example
Text Example
White with #2070C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070C8; }
p { color: rgb(32,112,200); }
H1.HeaderClassName
{
color: #2070C8;
}
.AnyTagClassName
{
color: #2070C8;
}
</style>
background-color css
<style>
a { background-color: #2070C8; }
a { background-color: rgb(32,112,200); }
div.DivClassName
{
background-color: #2070C8;
}
.BgClassName
{
background-color: #2070C8;
}
</style>
border-color css
<style>
span { border-color: #2070C8; }
span { border-color: rgb(32,112,200); }
td.TdClassName
{
border-color: #2070C8;
}
.TagClassName
{
border-color: #2070C8;
}
</style>