Shades of Denim #2170CA
Tints of Denim #2170CA
RGB
CMYK
RGB Variations
Color information
#2170CA (or 0x2170CA) is known color: Denim. HEX triplet: 21, 70 and CA. RGB value is (33,112,202). Sum of RGB (Red+Green+Blue) = 33+112+202=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #2170CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170CA is #DE8F35. Grayscale: #626262. Windows color (decimal): -14585654 or 13266977. OLE color: 13266977.
HSL color Cylindrical-coordinate representation of color #2170CA: hue angle of 211.95º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2170CA is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 112 | 202 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.21 |
| HSL | 211.95º | 0.72% | 0.46% | - |
| HSV(B) | 211.95º | 0.84% | 0.79% | - |
| XYZ | 17.08 | 16.18 | 58.1 | - |
| YUV | 98.64 | 186.33 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 202 | 0.84 | 0.45 | 0 | 0.21 | 211.95 | 0.72 | 0.46 |
| Hex | 21 | 70 | CA | 54 | 2D | 0 | 15 | D4 | 48 | 2E |
| Octal | 41 | 160 | 312 | 124 | 55 | 0 | 25 | 324 | 110 | 56 |
| Binary | 100001 | 1110000 | 11001010 | 1010100 | 101101 | 0 | 10101 | 11010100 | 1001000 | 101110 |
Color Harmonies of #2170CA
Complementary color
Monochromatic Colors of #2170CA
Black with #2170CA
Text Example
Text Example
White with #2170CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170CA; }
p { color: rgb(33,112,202); }
H1.HeaderClassName
{
color: #2170CA;
}
.AnyTagClassName
{
color: #2170CA;
}
</style>
background-color css
<style>
a { background-color: #2170CA; }
a { background-color: rgb(33,112,202); }
div.DivClassName
{
background-color: #2170CA;
}
.BgClassName
{
background-color: #2170CA;
}
</style>
border-color css
<style>
span { border-color: #2170CA; }
span { border-color: rgb(33,112,202); }
td.TdClassName
{
border-color: #2170CA;
}
.TagClassName
{
border-color: #2170CA;
}
</style>