Shades of Medium Blue #171ED5
Tints of Medium Blue #171ED5
RGB
CMYK
RGB Variations
Color information
#171ED5 (or 0x171ED5) is known color: Medium Blue. HEX triplet: 17, 1E and D5. RGB value is (23,30,213). Sum of RGB (Red+Green+Blue) = 23+30+213=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 213 (83.59% from 255 or 80.08% from 266); Max value from RGB is 213 - color contains mainly: blue. Hex color #171ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ED5 is #E8E12A. Grayscale: #303030. Windows color (decimal): -15261995 or 13966871. OLE color: 13966871.
HSL color Cylindrical-coordinate representation of color #171ED5: hue angle of 237.79º 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 #171ED5 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 30 | 213 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.16 |
| HSL | 237.79º | 0.81% | 0.46% | - |
| HSV(B) | 237.79º | 0.89% | 0.84% | - |
| XYZ | 12.83 | 5.91 | 63.42 | - |
| YUV | 48.77 | 220.68 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 213 | 0.89 | 0.86 | 0 | 0.16 | 237.79 | 0.81 | 0.46 |
| Hex | 17 | 1E | D5 | 59 | 56 | 0 | 10 | EE | 51 | 2E |
| Octal | 27 | 36 | 325 | 131 | 126 | 0 | 20 | 356 | 121 | 56 |
| Binary | 10111 | 11110 | 11010101 | 1011001 | 1010110 | 0 | 10000 | 11101110 | 1010001 | 101110 |
Color Harmonies of #171ED5
Complementary color
Monochromatic Colors of #171ED5
Black with #171ED5
Text Example
Text Example
White with #171ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171ED5; }
p { color: rgb(23,30,213); }
H1.HeaderClassName
{
color: #171ED5;
}
.AnyTagClassName
{
color: #171ED5;
}
</style>
background-color css
<style>
a { background-color: #171ED5; }
a { background-color: rgb(23,30,213); }
div.DivClassName
{
background-color: #171ED5;
}
.BgClassName
{
background-color: #171ED5;
}
</style>
border-color css
<style>
span { border-color: #171ED5; }
span { border-color: rgb(23,30,213); }
td.TdClassName
{
border-color: #171ED5;
}
.TagClassName
{
border-color: #171ED5;
}
</style>