Shades of Denim #2174DB
Tints of Denim #2174DB
RGB
CMYK
RGB Variations
Color information
#2174DB (or 0x2174DB) is known color: Denim. HEX triplet: 21, 74 and DB. RGB value is (33,116,219). Sum of RGB (Red+Green+Blue) = 33+116+219=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #2174DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174DB is #DE8B24. Grayscale: #666666. Windows color (decimal): -14584613 or 14382113. OLE color: 14382113.
HSL color Cylindrical-coordinate representation of color #2174DB: hue angle of 213.23º 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 #2174DB is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 116 | 219 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.14 |
| HSL | 213.23º | 0.74% | 0.49% | - |
| HSV(B) | 213.23º | 0.85% | 0.86% | - |
| XYZ | 19.66 | 17.93 | 69.44 | - |
| YUV | 102.93 | 193.5 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 219 | 0.85 | 0.47 | 0 | 0.14 | 213.23 | 0.74 | 0.49 |
| Hex | 21 | 74 | DB | 55 | 2F | 0 | E | D5 | 4A | 31 |
| Octal | 41 | 164 | 333 | 125 | 57 | 0 | 16 | 325 | 112 | 61 |
| Binary | 100001 | 1110100 | 11011011 | 1010101 | 101111 | 0 | 1110 | 11010101 | 1001010 | 110001 |
Color Harmonies of #2174DB
Complementary color
Monochromatic Colors of #2174DB
Black with #2174DB
Text Example
Text Example
White with #2174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174DB; }
p { color: rgb(33,116,219); }
H1.HeaderClassName
{
color: #2174DB;
}
.AnyTagClassName
{
color: #2174DB;
}
</style>
background-color css
<style>
a { background-color: #2174DB; }
a { background-color: rgb(33,116,219); }
div.DivClassName
{
background-color: #2174DB;
}
.BgClassName
{
background-color: #2174DB;
}
</style>
border-color css
<style>
span { border-color: #2174DB; }
span { border-color: rgb(33,116,219); }
td.TdClassName
{
border-color: #2174DB;
}
.TagClassName
{
border-color: #2174DB;
}
</style>