Shades of Medium Blue #171DD6
Tints of Medium Blue #171DD6
RGB
CMYK
RGB Variations
Color information
#171DD6 (or 0x171DD6) is known color: Medium Blue. HEX triplet: 17, 1D and D6. RGB value is (23,29,214). Sum of RGB (Red+Green+Blue) = 23+29+214=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 214 (83.98% from 255 or 80.45% from 266); Max value from RGB is 214 - color contains mainly: blue. Hex color #171DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DD6 is #E8E229. Grayscale: #2F2F2F. Windows color (decimal): -15262250 or 14032151. OLE color: 14032151.
HSL color Cylindrical-coordinate representation of color #171DD6: hue angle of 238.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DD6 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 29 | 214 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.16 |
| HSL | 238.12º | 0.81% | 0.46% | - |
| HSV(B) | 238.12º | 0.89% | 0.84% | - |
| XYZ | 12.93 | 5.92 | 64.08 | - |
| YUV | 48.3 | 221.51 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 214 | 0.89 | 0.86 | 0 | 0.16 | 238.12 | 0.81 | 0.46 |
| Hex | 17 | 1D | D6 | 59 | 56 | 0 | 10 | EE | 51 | 2E |
| Octal | 27 | 35 | 326 | 131 | 126 | 0 | 20 | 356 | 121 | 56 |
| Binary | 10111 | 11101 | 11010110 | 1011001 | 1010110 | 0 | 10000 | 11101110 | 1010001 | 101110 |
Color Harmonies of #171DD6
Complementary color
Monochromatic Colors of #171DD6
Black with #171DD6
Text Example
Text Example
White with #171DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DD6; }
p { color: rgb(23,29,214); }
H1.HeaderClassName
{
color: #171DD6;
}
.AnyTagClassName
{
color: #171DD6;
}
</style>
background-color css
<style>
a { background-color: #171DD6; }
a { background-color: rgb(23,29,214); }
div.DivClassName
{
background-color: #171DD6;
}
.BgClassName
{
background-color: #171DD6;
}
</style>
border-color css
<style>
span { border-color: #171DD6; }
span { border-color: rgb(23,29,214); }
td.TdClassName
{
border-color: #171DD6;
}
.TagClassName
{
border-color: #171DD6;
}
</style>