Shades of Denim #2072CE
Tints of Denim #2072CE
RGB
CMYK
RGB Variations
Color information
#2072CE (or 0x2072CE) is known color: Denim. HEX triplet: 20, 72 and CE. RGB value is (32,114,206). Sum of RGB (Red+Green+Blue) = 32+114+206=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #2072CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2072CE is #DF8D31. Grayscale: #636363. Windows color (decimal): -14650674 or 13529632. OLE color: 13529632.
HSL color Cylindrical-coordinate representation of color #2072CE: hue angle of 211.72º 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 #2072CE is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 114 | 206 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.19 |
| HSL | 211.72º | 0.73% | 0.47% | - |
| HSV(B) | 211.72º | 0.84% | 0.81% | - |
| XYZ | 17.75 | 16.8 | 60.7 | - |
| YUV | 99.97 | 187.83 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 206 | 0.84 | 0.45 | 0 | 0.19 | 211.72 | 0.73 | 0.47 |
| Hex | 20 | 72 | CE | 54 | 2D | 0 | 13 | D4 | 49 | 2F |
| Octal | 40 | 162 | 316 | 124 | 55 | 0 | 23 | 324 | 111 | 57 |
| Binary | 100000 | 1110010 | 11001110 | 1010100 | 101101 | 0 | 10011 | 11010100 | 1001001 | 101111 |
Color Harmonies of #2072CE
Complementary color
Monochromatic Colors of #2072CE
Black with #2072CE
Text Example
Text Example
White with #2072CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2072CE; }
p { color: rgb(32,114,206); }
H1.HeaderClassName
{
color: #2072CE;
}
.AnyTagClassName
{
color: #2072CE;
}
</style>
background-color css
<style>
a { background-color: #2072CE; }
a { background-color: rgb(32,114,206); }
div.DivClassName
{
background-color: #2072CE;
}
.BgClassName
{
background-color: #2072CE;
}
</style>
border-color css
<style>
span { border-color: #2072CE; }
span { border-color: rgb(32,114,206); }
td.TdClassName
{
border-color: #2072CE;
}
.TagClassName
{
border-color: #2072CE;
}
</style>