Shades of Medium Blue #170FE5
Tints of Medium Blue #170FE5
RGB
CMYK
RGB Variations
Color information
#170FE5 (or 0x170FE5) is known color: Medium Blue. HEX triplet: 17, 0F and E5. RGB value is (23,15,229). Sum of RGB (Red+Green+Blue) = 23+15+229=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 229 (89.84% from 255 or 85.77% from 267); Max value from RGB is 229 - color contains mainly: blue. Hex color #170FE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FE5 is #E8F01A. Grayscale: #282828. Windows color (decimal): -15265819 or 15011607. OLE color: 15011607.
HSL color Cylindrical-coordinate representation of color #170FE5: hue angle of 242.24º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170FE5 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 15 | 229 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.10 |
| HSL | 242.24º | 0.88% | 0.48% | - |
| HSV(B) | 242.24º | 0.93% | 0.9% | - |
| XYZ | 14.67 | 6.18 | 74.55 | - |
| YUV | 41.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 229 | 0.90 | 0.93 | 0 | 0.10 | 242.24 | 0.88 | 0.48 |
| Hex | 17 | F | E5 | 5A | 5D | 0 | A | F2 | 58 | 30 |
| Octal | 27 | 17 | 345 | 132 | 135 | 0 | 12 | 362 | 130 | 60 |
| Binary | 10111 | 1111 | 11100101 | 1011010 | 1011101 | 0 | 1010 | 11110010 | 1011000 | 110000 |
Color Harmonies of #170FE5
Complementary color
Monochromatic Colors of #170FE5
Black with #170FE5
Text Example
Text Example
White with #170FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FE5; }
p { color: rgb(23,15,229); }
H1.HeaderClassName
{
color: #170FE5;
}
.AnyTagClassName
{
color: #170FE5;
}
</style>
background-color css
<style>
a { background-color: #170FE5; }
a { background-color: rgb(23,15,229); }
div.DivClassName
{
background-color: #170FE5;
}
.BgClassName
{
background-color: #170FE5;
}
</style>
border-color css
<style>
span { border-color: #170FE5; }
span { border-color: rgb(23,15,229); }
td.TdClassName
{
border-color: #170FE5;
}
.TagClassName
{
border-color: #170FE5;
}
</style>