Shades of Medium Blue #170FBB
Tints of Medium Blue #170FBB
RGB
CMYK
RGB Variations
Color information
#170FBB (or 0x170FBB) is known color: Medium Blue. HEX triplet: 17, 0F and BB. RGB value is (23,15,187). Sum of RGB (Red+Green+Blue) = 23+15+187=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #170FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FBB is #E8F044. Grayscale: #242424. Windows color (decimal): -15265861 or 12259095. OLE color: 12259095.
HSL color Cylindrical-coordinate representation of color #170FBB: hue angle of 242.79º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170FBB is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 15 | 187 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.27 |
| HSL | 242.79º | 0.85% | 0.4% | - |
| HSV(B) | 242.79º | 0.92% | 0.73% | - |
| XYZ | 9.49 | 4.11 | 47.31 | - |
| YUV | 37 | 212.65 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 187 | 0.88 | 0.92 | 0 | 0.27 | 242.79 | 0.85 | 0.4 |
| Hex | 17 | F | BB | 58 | 5C | 0 | 1B | F3 | 55 | 28 |
| Octal | 27 | 17 | 273 | 130 | 134 | 0 | 33 | 363 | 125 | 50 |
| Binary | 10111 | 1111 | 10111011 | 1011000 | 1011100 | 0 | 11011 | 11110011 | 1010101 | 101000 |
Color Harmonies of #170FBB
Complementary color
Monochromatic Colors of #170FBB
Black with #170FBB
Text Example
Text Example
White with #170FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FBB; }
p { color: rgb(23,15,187); }
H1.HeaderClassName
{
color: #170FBB;
}
.AnyTagClassName
{
color: #170FBB;
}
</style>
background-color css
<style>
a { background-color: #170FBB; }
a { background-color: rgb(23,15,187); }
div.DivClassName
{
background-color: #170FBB;
}
.BgClassName
{
background-color: #170FBB;
}
</style>
border-color css
<style>
span { border-color: #170FBB; }
span { border-color: rgb(23,15,187); }
td.TdClassName
{
border-color: #170FBB;
}
.TagClassName
{
border-color: #170FBB;
}
</style>