Shades of Medium Blue #170FBA
Tints of Medium Blue #170FBA
RGB
CMYK
RGB Variations
Color information
#170FBA (or 0x170FBA) is known color: Medium Blue. HEX triplet: 17, 0F and BA. RGB value is (23,15,186). Sum of RGB (Red+Green+Blue) = 23+15+186=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #170FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170FBA is #E8F045. Grayscale: #242424. Windows color (decimal): -15265862 or 12193559. OLE color: 12193559.
HSL color Cylindrical-coordinate representation of color #170FBA: hue angle of 242.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170FBA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 15 | 186 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.27 |
| HSL | 242.81º | 0.85% | 0.39% | - |
| HSV(B) | 242.81º | 0.92% | 0.73% | - |
| XYZ | 9.39 | 4.07 | 46.75 | - |
| YUV | 36.89 | 212.15 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 186 | 0.88 | 0.92 | 0 | 0.27 | 242.81 | 0.85 | 0.39 |
| Hex | 17 | F | BA | 58 | 5C | 0 | 1B | F3 | 55 | 27 |
| Octal | 27 | 17 | 272 | 130 | 134 | 0 | 33 | 363 | 125 | 47 |
| Binary | 10111 | 1111 | 10111010 | 1011000 | 1011100 | 0 | 11011 | 11110011 | 1010101 | 100111 |
Color Harmonies of #170FBA
Complementary color
Monochromatic Colors of #170FBA
Black with #170FBA
Text Example
Text Example
White with #170FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FBA; }
p { color: rgb(23,15,186); }
H1.HeaderClassName
{
color: #170FBA;
}
.AnyTagClassName
{
color: #170FBA;
}
</style>
background-color css
<style>
a { background-color: #170FBA; }
a { background-color: rgb(23,15,186); }
div.DivClassName
{
background-color: #170FBA;
}
.BgClassName
{
background-color: #170FBA;
}
</style>
border-color css
<style>
span { border-color: #170FBA; }
span { border-color: rgb(23,15,186); }
td.TdClassName
{
border-color: #170FBA;
}
.TagClassName
{
border-color: #170FBA;
}
</style>