Shades of Denim #2070BC
Tints of Denim #2070BC
RGB
CMYK
RGB Variations
Color information
#2070BC (or 0x2070BC) is known color: Denim. HEX triplet: 20, 70 and BC. RGB value is (32,112,188). Sum of RGB (Red+Green+Blue) = 32+112+188=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #2070BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070BC is #DF8F43. Grayscale: #606060. Windows color (decimal): -14651204 or 12349472. OLE color: 12349472.
HSL color Cylindrical-coordinate representation of color #2070BC: hue angle of 209.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2070BC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 112 | 188 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.26 |
| HSL | 209.23º | 0.71% | 0.43% | - |
| HSV(B) | 209.23º | 0.83% | 0.74% | - |
| XYZ | 15.47 | 15.53 | 49.76 | - |
| YUV | 96.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 188 | 0.83 | 0.40 | 0 | 0.26 | 209.23 | 0.71 | 0.43 |
| Hex | 20 | 70 | BC | 53 | 28 | 0 | 1A | D1 | 47 | 2B |
| Octal | 40 | 160 | 274 | 123 | 50 | 0 | 32 | 321 | 107 | 53 |
| Binary | 100000 | 1110000 | 10111100 | 1010011 | 101000 | 0 | 11010 | 11010001 | 1000111 | 101011 |
Color Harmonies of #2070BC
Complementary color
Monochromatic Colors of #2070BC
Black with #2070BC
Text Example
Text Example
White with #2070BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070BC; }
p { color: rgb(32,112,188); }
H1.HeaderClassName
{
color: #2070BC;
}
.AnyTagClassName
{
color: #2070BC;
}
</style>
background-color css
<style>
a { background-color: #2070BC; }
a { background-color: rgb(32,112,188); }
div.DivClassName
{
background-color: #2070BC;
}
.BgClassName
{
background-color: #2070BC;
}
</style>
border-color css
<style>
span { border-color: #2070BC; }
span { border-color: rgb(32,112,188); }
td.TdClassName
{
border-color: #2070BC;
}
.TagClassName
{
border-color: #2070BC;
}
</style>