Shades of Denim #175DD0
Tints of Denim #175DD0
RGB
CMYK
RGB Variations
Color information
#175DD0 (or 0x175DD0) is known color: Denim. HEX triplet: 17, 5D and D0. RGB value is (23,93,208). Sum of RGB (Red+Green+Blue) = 23+93+208=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #175DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DD0 is #E8A22F. Grayscale: #545454. Windows color (decimal): -15245872 or 13655319. OLE color: 13655319.
HSL color Cylindrical-coordinate representation of color #175DD0: hue angle of 217.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175DD0 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 93 | 208 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.18 |
| HSL | 217.3º | 0.8% | 0.45% | - |
| HSV(B) | 217.3º | 0.89% | 0.82% | - |
| XYZ | 15.65 | 12.56 | 61.27 | - |
| YUV | 85.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 208 | 0.89 | 0.55 | 0 | 0.18 | 217.3 | 0.8 | 0.45 |
| Hex | 17 | 5D | D0 | 59 | 37 | 0 | 12 | D9 | 50 | 2D |
| Octal | 27 | 135 | 320 | 131 | 67 | 0 | 22 | 331 | 120 | 55 |
| Binary | 10111 | 1011101 | 11010000 | 1011001 | 110111 | 0 | 10010 | 11011001 | 1010000 | 101101 |
Color Harmonies of #175DD0
Complementary color
Monochromatic Colors of #175DD0
Black with #175DD0
Text Example
Text Example
White with #175DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DD0; }
p { color: rgb(23,93,208); }
H1.HeaderClassName
{
color: #175DD0;
}
.AnyTagClassName
{
color: #175DD0;
}
</style>
background-color css
<style>
a { background-color: #175DD0; }
a { background-color: rgb(23,93,208); }
div.DivClassName
{
background-color: #175DD0;
}
.BgClassName
{
background-color: #175DD0;
}
</style>
border-color css
<style>
span { border-color: #175DD0; }
span { border-color: rgb(23,93,208); }
td.TdClassName
{
border-color: #175DD0;
}
.TagClassName
{
border-color: #175DD0;
}
</style>