Shades of Denim #175DD2
Tints of Denim #175DD2
RGB
CMYK
RGB Variations
Color information
#175DD2 (or 0x175DD2) is known color: Denim. HEX triplet: 17, 5D and D2. RGB value is (23,93,210). Sum of RGB (Red+Green+Blue) = 23+93+210=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 210 (82.42% from 255 or 64.42% from 326); Max value from RGB is 210 - color contains mainly: blue. Hex color #175DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DD2 is #E8A22D. Grayscale: #545454. Windows color (decimal): -15245870 or 13786391. OLE color: 13786391.
HSL color Cylindrical-coordinate representation of color #175DD2: hue angle of 217.54º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175DD2 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 93 | 210 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.18 |
| HSL | 217.54º | 0.8% | 0.46% | - |
| HSV(B) | 217.54º | 0.89% | 0.82% | - |
| XYZ | 15.9 | 12.66 | 62.58 | - |
| YUV | 85.41 | 198.31 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 210 | 0.89 | 0.56 | 0 | 0.18 | 217.54 | 0.8 | 0.46 |
| Hex | 17 | 5D | D2 | 59 | 38 | 0 | 12 | DA | 50 | 2E |
| Octal | 27 | 135 | 322 | 131 | 70 | 0 | 22 | 332 | 120 | 56 |
| Binary | 10111 | 1011101 | 11010010 | 1011001 | 111000 | 0 | 10010 | 11011010 | 1010000 | 101110 |
Color Harmonies of #175DD2
Complementary color
Monochromatic Colors of #175DD2
Black with #175DD2
Text Example
Text Example
White with #175DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DD2; }
p { color: rgb(23,93,210); }
H1.HeaderClassName
{
color: #175DD2;
}
.AnyTagClassName
{
color: #175DD2;
}
</style>
background-color css
<style>
a { background-color: #175DD2; }
a { background-color: rgb(23,93,210); }
div.DivClassName
{
background-color: #175DD2;
}
.BgClassName
{
background-color: #175DD2;
}
</style>
border-color css
<style>
span { border-color: #175DD2; }
span { border-color: rgb(23,93,210); }
td.TdClassName
{
border-color: #175DD2;
}
.TagClassName
{
border-color: #175DD2;
}
</style>