Shades of Denim #2177DB
Tints of Denim #2177DB
RGB
CMYK
RGB Variations
Color information
#2177DB (or 0x2177DB) is known color: Denim. HEX triplet: 21, 77 and DB. RGB value is (33,119,219). Sum of RGB (Red+Green+Blue) = 33+119+219=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2177DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177DB is #DE8824. Grayscale: #686868. Windows color (decimal): -14583845 or 14382881. OLE color: 14382881.
HSL color Cylindrical-coordinate representation of color #2177DB: hue angle of 212.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2177DB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 119 | 219 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.14 |
| HSL | 212.26º | 0.74% | 0.49% | - |
| HSV(B) | 212.26º | 0.85% | 0.86% | - |
| XYZ | 20.01 | 18.63 | 69.56 | - |
| YUV | 104.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 219 | 0.85 | 0.46 | 0 | 0.14 | 212.26 | 0.74 | 0.49 |
| Hex | 21 | 77 | DB | 55 | 2E | 0 | E | D4 | 4A | 31 |
| Octal | 41 | 167 | 333 | 125 | 56 | 0 | 16 | 324 | 112 | 61 |
| Binary | 100001 | 1110111 | 11011011 | 1010101 | 101110 | 0 | 1110 | 11010100 | 1001010 | 110001 |
Color Harmonies of #2177DB
Complementary color
Monochromatic Colors of #2177DB
Black with #2177DB
Text Example
Text Example
White with #2177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2177DB; }
p { color: rgb(33,119,219); }
H1.HeaderClassName
{
color: #2177DB;
}
.AnyTagClassName
{
color: #2177DB;
}
</style>
background-color css
<style>
a { background-color: #2177DB; }
a { background-color: rgb(33,119,219); }
div.DivClassName
{
background-color: #2177DB;
}
.BgClassName
{
background-color: #2177DB;
}
</style>
border-color css
<style>
span { border-color: #2177DB; }
span { border-color: rgb(33,119,219); }
td.TdClassName
{
border-color: #2177DB;
}
.TagClassName
{
border-color: #2177DB;
}
</style>