Shades of Denim #2070B4
Tints of Denim #2070B4
RGB
CMYK
RGB Variations
Color information
#2070B4 (or 0x2070B4) is known color: Denim. HEX triplet: 20, 70 and B4. RGB value is (32,112,180). Sum of RGB (Red+Green+Blue) = 32+112+180=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #2070B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070B4 is #DF8F4B. Grayscale: #5F5F5F. Windows color (decimal): -14651212 or 11825184. OLE color: 11825184.
HSL color Cylindrical-coordinate representation of color #2070B4: hue angle of 207.57º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2070B4 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 112 | 180 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.29 |
| HSL | 207.57º | 0.7% | 0.42% | - |
| HSV(B) | 207.57º | 0.82% | 0.71% | - |
| XYZ | 14.63 | 15.19 | 45.34 | - |
| YUV | 95.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 180 | 0.82 | 0.38 | 0 | 0.29 | 207.57 | 0.7 | 0.42 |
| Hex | 20 | 70 | B4 | 52 | 26 | 0 | 1D | D0 | 46 | 2A |
| Octal | 40 | 160 | 264 | 122 | 46 | 0 | 35 | 320 | 106 | 52 |
| Binary | 100000 | 1110000 | 10110100 | 1010010 | 100110 | 0 | 11101 | 11010000 | 1000110 | 101010 |
Color Harmonies of #2070B4
Complementary color
Monochromatic Colors of #2070B4
Black with #2070B4
Text Example
Text Example
White with #2070B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070B4; }
p { color: rgb(32,112,180); }
H1.HeaderClassName
{
color: #2070B4;
}
.AnyTagClassName
{
color: #2070B4;
}
</style>
background-color css
<style>
a { background-color: #2070B4; }
a { background-color: rgb(32,112,180); }
div.DivClassName
{
background-color: #2070B4;
}
.BgClassName
{
background-color: #2070B4;
}
</style>
border-color css
<style>
span { border-color: #2070B4; }
span { border-color: rgb(32,112,180); }
td.TdClassName
{
border-color: #2070B4;
}
.TagClassName
{
border-color: #2070B4;
}
</style>