Shades of Medium Blue #171AD1
Tints of Medium Blue #171AD1
RGB
CMYK
RGB Variations
Color information
#171AD1 (or 0x171AD1) is known color: Medium Blue. HEX triplet: 17, 1A and D1. RGB value is (23,26,209). Sum of RGB (Red+Green+Blue) = 23+26+209=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 209 (82.03% from 255 or 81.01% from 258); Max value from RGB is 209 - color contains mainly: blue. Hex color #171AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171AD1 is #E8E52E. Grayscale: #2D2D2D. Windows color (decimal): -15263023 or 13703703. OLE color: 13703703.
HSL color Cylindrical-coordinate representation of color #171AD1: hue angle of 239.03º 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 #171AD1 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 26 | 209 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.18 |
| HSL | 239.03º | 0.8% | 0.45% | - |
| HSV(B) | 239.03º | 0.89% | 0.82% | - |
| XYZ | 12.23 | 5.52 | 60.74 | - |
| YUV | 45.97 | 220.01 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 209 | 0.89 | 0.88 | 0 | 0.18 | 239.03 | 0.8 | 0.45 |
| Hex | 17 | 1A | D1 | 59 | 58 | 0 | 12 | EF | 50 | 2D |
| Octal | 27 | 32 | 321 | 131 | 130 | 0 | 22 | 357 | 120 | 55 |
| Binary | 10111 | 11010 | 11010001 | 1011001 | 1011000 | 0 | 10010 | 11101111 | 1010000 | 101101 |
Color Harmonies of #171AD1
Complementary color
Monochromatic Colors of #171AD1
Black with #171AD1
Text Example
Text Example
White with #171AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AD1; }
p { color: rgb(23,26,209); }
H1.HeaderClassName
{
color: #171AD1;
}
.AnyTagClassName
{
color: #171AD1;
}
</style>
background-color css
<style>
a { background-color: #171AD1; }
a { background-color: rgb(23,26,209); }
div.DivClassName
{
background-color: #171AD1;
}
.BgClassName
{
background-color: #171AD1;
}
</style>
border-color css
<style>
span { border-color: #171AD1; }
span { border-color: rgb(23,26,209); }
td.TdClassName
{
border-color: #171AD1;
}
.TagClassName
{
border-color: #171AD1;
}
</style>