Shades of Denim #2171CB
Tints of Denim #2171CB
RGB
CMYK
RGB Variations
Color information
#2171CB (or 0x2171CB) is known color: Denim. HEX triplet: 21, 71 and CB. RGB value is (33,113,203). Sum of RGB (Red+Green+Blue) = 33+113+203=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #2171CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2171CB is #DE8E34. Grayscale: #626262. Windows color (decimal): -14585397 or 13332769. OLE color: 13332769.
HSL color Cylindrical-coordinate representation of color #2171CB: hue angle of 211.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2171CB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 113 | 203 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.20 |
| HSL | 211.76º | 0.72% | 0.46% | - |
| HSV(B) | 211.76º | 0.84% | 0.8% | - |
| XYZ | 17.31 | 16.45 | 58.76 | - |
| YUV | 99.34 | 186.5 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 203 | 0.84 | 0.44 | 0 | 0.20 | 211.76 | 0.72 | 0.46 |
| Hex | 21 | 71 | CB | 54 | 2C | 0 | 14 | D4 | 48 | 2E |
| Octal | 41 | 161 | 313 | 124 | 54 | 0 | 24 | 324 | 110 | 56 |
| Binary | 100001 | 1110001 | 11001011 | 1010100 | 101100 | 0 | 10100 | 11010100 | 1001000 | 101110 |
Color Harmonies of #2171CB
Complementary color
Monochromatic Colors of #2171CB
Black with #2171CB
Text Example
Text Example
White with #2171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2171CB; }
p { color: rgb(33,113,203); }
H1.HeaderClassName
{
color: #2171CB;
}
.AnyTagClassName
{
color: #2171CB;
}
</style>
background-color css
<style>
a { background-color: #2171CB; }
a { background-color: rgb(33,113,203); }
div.DivClassName
{
background-color: #2171CB;
}
.BgClassName
{
background-color: #2171CB;
}
</style>
border-color css
<style>
span { border-color: #2171CB; }
span { border-color: rgb(33,113,203); }
td.TdClassName
{
border-color: #2171CB;
}
.TagClassName
{
border-color: #2171CB;
}
</style>