Shades of Denim #2170CE
Tints of Denim #2170CE
RGB
CMYK
RGB Variations
Color information
#2170CE (or 0x2170CE) is known color: Denim. HEX triplet: 21, 70 and CE. RGB value is (33,112,206). Sum of RGB (Red+Green+Blue) = 33+112+206=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #2170CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170CE is #DE8F31. Grayscale: #626262. Windows color (decimal): -14585650 or 13529121. OLE color: 13529121.
HSL color Cylindrical-coordinate representation of color #2170CE: hue angle of 212.6º degrees, saturation: 0.72, 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 #2170CE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 112 | 206 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.19 |
| HSL | 212.6º | 0.72% | 0.47% | - |
| HSV(B) | 212.6º | 0.84% | 0.81% | - |
| XYZ | 17.56 | 16.37 | 60.63 | - |
| YUV | 99.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 206 | 0.84 | 0.46 | 0 | 0.19 | 212.6 | 0.72 | 0.47 |
| Hex | 21 | 70 | CE | 54 | 2E | 0 | 13 | D5 | 48 | 2F |
| Octal | 41 | 160 | 316 | 124 | 56 | 0 | 23 | 325 | 110 | 57 |
| Binary | 100001 | 1110000 | 11001110 | 1010100 | 101110 | 0 | 10011 | 11010101 | 1001000 | 101111 |
Color Harmonies of #2170CE
Complementary color
Monochromatic Colors of #2170CE
Black with #2170CE
Text Example
Text Example
White with #2170CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170CE; }
p { color: rgb(33,112,206); }
H1.HeaderClassName
{
color: #2170CE;
}
.AnyTagClassName
{
color: #2170CE;
}
</style>
background-color css
<style>
a { background-color: #2170CE; }
a { background-color: rgb(33,112,206); }
div.DivClassName
{
background-color: #2170CE;
}
.BgClassName
{
background-color: #2170CE;
}
</style>
border-color css
<style>
span { border-color: #2170CE; }
span { border-color: rgb(33,112,206); }
td.TdClassName
{
border-color: #2170CE;
}
.TagClassName
{
border-color: #2170CE;
}
</style>