Shades of Denim #2170CD
Tints of Denim #2170CD
RGB
CMYK
RGB Variations
Color information
#2170CD (or 0x2170CD) is known color: Denim. HEX triplet: 21, 70 and CD. RGB value is (33,112,205). Sum of RGB (Red+Green+Blue) = 33+112+205=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #2170CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170CD is #DE8F32. Grayscale: #626262. Windows color (decimal): -14585651 or 13463585. OLE color: 13463585.
HSL color Cylindrical-coordinate representation of color #2170CD: hue angle of 212.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2170CD is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 112 | 205 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.20 |
| HSL | 212.44º | 0.72% | 0.47% | - |
| HSV(B) | 212.44º | 0.84% | 0.8% | - |
| XYZ | 17.44 | 16.32 | 59.99 | - |
| YUV | 98.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 205 | 0.84 | 0.45 | 0 | 0.20 | 212.44 | 0.72 | 0.47 |
| Hex | 21 | 70 | CD | 54 | 2D | 0 | 14 | D4 | 48 | 2F |
| Octal | 41 | 160 | 315 | 124 | 55 | 0 | 24 | 324 | 110 | 57 |
| Binary | 100001 | 1110000 | 11001101 | 1010100 | 101101 | 0 | 10100 | 11010100 | 1001000 | 101111 |
Color Harmonies of #2170CD
Complementary color
Monochromatic Colors of #2170CD
Black with #2170CD
Text Example
Text Example
White with #2170CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170CD; }
p { color: rgb(33,112,205); }
H1.HeaderClassName
{
color: #2170CD;
}
.AnyTagClassName
{
color: #2170CD;
}
</style>
background-color css
<style>
a { background-color: #2170CD; }
a { background-color: rgb(33,112,205); }
div.DivClassName
{
background-color: #2170CD;
}
.BgClassName
{
background-color: #2170CD;
}
</style>
border-color css
<style>
span { border-color: #2170CD; }
span { border-color: rgb(33,112,205); }
td.TdClassName
{
border-color: #2170CD;
}
.TagClassName
{
border-color: #2170CD;
}
</style>