Shades of Medium Blue #171AD8
Tints of Medium Blue #171AD8
RGB
CMYK
RGB Variations
Color information
#171AD8 (or 0x171AD8) is known color: Medium Blue. HEX triplet: 17, 1A and D8. RGB value is (23,26,216). Sum of RGB (Red+Green+Blue) = 23+26+216=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 216 (84.77% from 255 or 81.51% from 265); Max value from RGB is 216 - color contains mainly: blue. Hex color #171AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171AD8 is #E8E527. Grayscale: #2E2E2E. Windows color (decimal): -15263016 or 14162455. OLE color: 14162455.
HSL color Cylindrical-coordinate representation of color #171AD8: hue angle of 239.07º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171AD8 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 26 | 216 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.15 |
| HSL | 239.07º | 0.81% | 0.47% | - |
| HSV(B) | 239.07º | 0.89% | 0.85% | - |
| XYZ | 13.12 | 5.88 | 65.41 | - |
| YUV | 46.76 | 223.51 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 216 | 0.89 | 0.88 | 0 | 0.15 | 239.07 | 0.81 | 0.47 |
| Hex | 17 | 1A | D8 | 59 | 58 | 0 | F | EF | 51 | 2F |
| Octal | 27 | 32 | 330 | 131 | 130 | 0 | 17 | 357 | 121 | 57 |
| Binary | 10111 | 11010 | 11011000 | 1011001 | 1011000 | 0 | 1111 | 11101111 | 1010001 | 101111 |
Color Harmonies of #171AD8
Complementary color
Monochromatic Colors of #171AD8
Black with #171AD8
Text Example
Text Example
White with #171AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AD8; }
p { color: rgb(23,26,216); }
H1.HeaderClassName
{
color: #171AD8;
}
.AnyTagClassName
{
color: #171AD8;
}
</style>
background-color css
<style>
a { background-color: #171AD8; }
a { background-color: rgb(23,26,216); }
div.DivClassName
{
background-color: #171AD8;
}
.BgClassName
{
background-color: #171AD8;
}
</style>
border-color css
<style>
span { border-color: #171AD8; }
span { border-color: rgb(23,26,216); }
td.TdClassName
{
border-color: #171AD8;
}
.TagClassName
{
border-color: #171AD8;
}
</style>