Shades of Medium Blue #170FC5
Tints of Medium Blue #170FC5
RGB
CMYK
RGB Variations
Color information
#170FC5 (or 0x170FC5) is known color: Medium Blue. HEX triplet: 17, 0F and C5. RGB value is (23,15,197). Sum of RGB (Red+Green+Blue) = 23+15+197=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 197 (77.34% from 255 or 83.83% from 235); Max value from RGB is 197 - color contains mainly: blue. Hex color #170FC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FC5 is #E8F03A. Grayscale: #252525. Windows color (decimal): -15265851 or 12914455. OLE color: 12914455.
HSL color Cylindrical-coordinate representation of color #170FC5: hue angle of 242.64º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170FC5 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 15 | 197 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.23 |
| HSL | 242.64º | 0.86% | 0.42% | - |
| HSV(B) | 242.64º | 0.92% | 0.77% | - |
| XYZ | 10.6 | 4.56 | 53.14 | - |
| YUV | 38.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 197 | 0.88 | 0.92 | 0 | 0.23 | 242.64 | 0.86 | 0.42 |
| Hex | 17 | F | C5 | 58 | 5C | 0 | 17 | F3 | 56 | 2A |
| Octal | 27 | 17 | 305 | 130 | 134 | 0 | 27 | 363 | 126 | 52 |
| Binary | 10111 | 1111 | 11000101 | 1011000 | 1011100 | 0 | 10111 | 11110011 | 1010110 | 101010 |
Color Harmonies of #170FC5
Complementary color
Monochromatic Colors of #170FC5
Black with #170FC5
Text Example
Text Example
White with #170FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FC5; }
p { color: rgb(23,15,197); }
H1.HeaderClassName
{
color: #170FC5;
}
.AnyTagClassName
{
color: #170FC5;
}
</style>
background-color css
<style>
a { background-color: #170FC5; }
a { background-color: rgb(23,15,197); }
div.DivClassName
{
background-color: #170FC5;
}
.BgClassName
{
background-color: #170FC5;
}
</style>
border-color css
<style>
span { border-color: #170FC5; }
span { border-color: rgb(23,15,197); }
td.TdClassName
{
border-color: #170FC5;
}
.TagClassName
{
border-color: #170FC5;
}
</style>