Shades of Denim #2174D8
Tints of Denim #2174D8
RGB
CMYK
RGB Variations
Color information
#2174D8 (or 0x2174D8) is known color: Denim. HEX triplet: 21, 74 and D8. RGB value is (33,116,216). Sum of RGB (Red+Green+Blue) = 33+116+216=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #2174D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174D8 is #DE8B27. Grayscale: #666666. Windows color (decimal): -14584616 or 14185505. OLE color: 14185505.
HSL color Cylindrical-coordinate representation of color #2174D8: hue angle of 212.79º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2174D8 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 116 | 216 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.15 |
| HSL | 212.79º | 0.73% | 0.49% | - |
| HSV(B) | 212.79º | 0.85% | 0.85% | - |
| XYZ | 19.27 | 17.77 | 67.38 | - |
| YUV | 102.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 216 | 0.85 | 0.46 | 0 | 0.15 | 212.79 | 0.73 | 0.49 |
| Hex | 21 | 74 | D8 | 55 | 2E | 0 | F | D5 | 49 | 31 |
| Octal | 41 | 164 | 330 | 125 | 56 | 0 | 17 | 325 | 111 | 61 |
| Binary | 100001 | 1110100 | 11011000 | 1010101 | 101110 | 0 | 1111 | 11010101 | 1001001 | 110001 |
Color Harmonies of #2174D8
Complementary color
Monochromatic Colors of #2174D8
Black with #2174D8
Text Example
Text Example
White with #2174D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174D8; }
p { color: rgb(33,116,216); }
H1.HeaderClassName
{
color: #2174D8;
}
.AnyTagClassName
{
color: #2174D8;
}
</style>
background-color css
<style>
a { background-color: #2174D8; }
a { background-color: rgb(33,116,216); }
div.DivClassName
{
background-color: #2174D8;
}
.BgClassName
{
background-color: #2174D8;
}
</style>
border-color css
<style>
span { border-color: #2174D8; }
span { border-color: rgb(33,116,216); }
td.TdClassName
{
border-color: #2174D8;
}
.TagClassName
{
border-color: #2174D8;
}
</style>