Shades of Denim #2070CE
Tints of Denim #2070CE
RGB
CMYK
RGB Variations
Color information
#2070CE (or 0x2070CE) is known color: Denim. HEX triplet: 20, 70 and CE. RGB value is (32,112,206). Sum of RGB (Red+Green+Blue) = 32+112+206=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #2070CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070CE is #DF8F31. Grayscale: #626262. Windows color (decimal): -14651186 or 13529120. OLE color: 13529120.
HSL color Cylindrical-coordinate representation of color #2070CE: hue angle of 212.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2070CE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 112 | 206 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.19 |
| HSL | 212.41º | 0.73% | 0.47% | - |
| HSV(B) | 212.41º | 0.84% | 0.81% | - |
| XYZ | 17.53 | 16.35 | 60.62 | - |
| YUV | 98.8 | 188.5 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 206 | 0.84 | 0.46 | 0 | 0.19 | 212.41 | 0.73 | 0.47 |
| Hex | 20 | 70 | CE | 54 | 2E | 0 | 13 | D4 | 49 | 2F |
| Octal | 40 | 160 | 316 | 124 | 56 | 0 | 23 | 324 | 111 | 57 |
| Binary | 100000 | 1110000 | 11001110 | 1010100 | 101110 | 0 | 10011 | 11010100 | 1001001 | 101111 |
Color Harmonies of #2070CE
Complementary color
Monochromatic Colors of #2070CE
Black with #2070CE
Text Example
Text Example
White with #2070CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070CE; }
p { color: rgb(32,112,206); }
H1.HeaderClassName
{
color: #2070CE;
}
.AnyTagClassName
{
color: #2070CE;
}
</style>
background-color css
<style>
a { background-color: #2070CE; }
a { background-color: rgb(32,112,206); }
div.DivClassName
{
background-color: #2070CE;
}
.BgClassName
{
background-color: #2070CE;
}
</style>
border-color css
<style>
span { border-color: #2070CE; }
span { border-color: rgb(32,112,206); }
td.TdClassName
{
border-color: #2070CE;
}
.TagClassName
{
border-color: #2070CE;
}
</style>