Shades of Denim #2070CF
Tints of Denim #2070CF
RGB
CMYK
RGB Variations
Color information
#2070CF (or 0x2070CF) is known color: Denim. HEX triplet: 20, 70 and CF. RGB value is (32,112,207). Sum of RGB (Red+Green+Blue) = 32+112+207=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #2070CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070CF is #DF8F30. Grayscale: #626262. Windows color (decimal): -14651185 or 13594656. OLE color: 13594656.
HSL color Cylindrical-coordinate representation of color #2070CF: hue angle of 212.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2070CF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 112 | 207 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.19 |
| HSL | 212.57º | 0.73% | 0.47% | - |
| HSV(B) | 212.57º | 0.85% | 0.81% | - |
| XYZ | 17.65 | 16.4 | 61.27 | - |
| YUV | 98.91 | 189 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 207 | 0.85 | 0.46 | 0 | 0.19 | 212.57 | 0.73 | 0.47 |
| Hex | 20 | 70 | CF | 55 | 2E | 0 | 13 | D5 | 49 | 2F |
| Octal | 40 | 160 | 317 | 125 | 56 | 0 | 23 | 325 | 111 | 57 |
| Binary | 100000 | 1110000 | 11001111 | 1010101 | 101110 | 0 | 10011 | 11010101 | 1001001 | 101111 |
Color Harmonies of #2070CF
Complementary color
Monochromatic Colors of #2070CF
Black with #2070CF
Text Example
Text Example
White with #2070CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070CF; }
p { color: rgb(32,112,207); }
H1.HeaderClassName
{
color: #2070CF;
}
.AnyTagClassName
{
color: #2070CF;
}
</style>
background-color css
<style>
a { background-color: #2070CF; }
a { background-color: rgb(32,112,207); }
div.DivClassName
{
background-color: #2070CF;
}
.BgClassName
{
background-color: #2070CF;
}
</style>
border-color css
<style>
span { border-color: #2070CF; }
span { border-color: rgb(32,112,207); }
td.TdClassName
{
border-color: #2070CF;
}
.TagClassName
{
border-color: #2070CF;
}
</style>