Shades of Denim #2174BF
Tints of Denim #2174BF
RGB
CMYK
RGB Variations
Color information
#2174BF (or 0x2174BF) is known color: Denim. HEX triplet: 21, 74 and BF. RGB value is (33,116,191). Sum of RGB (Red+Green+Blue) = 33+116+191=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #2174BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174BF is #DE8B40. Grayscale: #636363. Windows color (decimal): -14584641 or 12547105. OLE color: 12547105.
HSL color Cylindrical-coordinate representation of color #2174BF: hue angle of 208.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2174BF is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 116 | 191 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.25 |
| HSL | 208.48º | 0.71% | 0.44% | - |
| HSV(B) | 208.48º | 0.83% | 0.75% | - |
| XYZ | 16.28 | 16.58 | 51.63 | - |
| YUV | 99.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 191 | 0.83 | 0.39 | 0 | 0.25 | 208.48 | 0.71 | 0.44 |
| Hex | 21 | 74 | BF | 53 | 27 | 0 | 19 | D0 | 47 | 2C |
| Octal | 41 | 164 | 277 | 123 | 47 | 0 | 31 | 320 | 107 | 54 |
| Binary | 100001 | 1110100 | 10111111 | 1010011 | 100111 | 0 | 11001 | 11010000 | 1000111 | 101100 |
Color Harmonies of #2174BF
Complementary color
Monochromatic Colors of #2174BF
Black with #2174BF
Text Example
Text Example
White with #2174BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174BF; }
p { color: rgb(33,116,191); }
H1.HeaderClassName
{
color: #2174BF;
}
.AnyTagClassName
{
color: #2174BF;
}
</style>
background-color css
<style>
a { background-color: #2174BF; }
a { background-color: rgb(33,116,191); }
div.DivClassName
{
background-color: #2174BF;
}
.BgClassName
{
background-color: #2174BF;
}
</style>
border-color css
<style>
span { border-color: #2174BF; }
span { border-color: rgb(33,116,191); }
td.TdClassName
{
border-color: #2174BF;
}
.TagClassName
{
border-color: #2174BF;
}
</style>