Shades of Medium Blue #170BBF
Tints of Medium Blue #170BBF
RGB
CMYK
RGB Variations
Color information
#170BBF (or 0x170BBF) is known color: Medium Blue. HEX triplet: 17, 0B and BF. RGB value is (23,11,191). Sum of RGB (Red+Green+Blue) = 23+11+191=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #170BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BBF is #E8F440. Grayscale: #222222. Windows color (decimal): -15266881 or 12520215. OLE color: 12520215.
HSL color Cylindrical-coordinate representation of color #170BBF: hue angle of 244º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170BBF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 11 | 191 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.25 |
| HSL | 244º | 0.89% | 0.4% | - |
| HSV(B) | 244º | 0.94% | 0.75% | - |
| XYZ | 9.88 | 4.18 | 49.58 | - |
| YUV | 35.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 191 | 0.88 | 0.94 | 0 | 0.25 | 244 | 0.89 | 0.4 |
| Hex | 17 | B | BF | 58 | 5E | 0 | 19 | F4 | 59 | 28 |
| Octal | 27 | 13 | 277 | 130 | 136 | 0 | 31 | 364 | 131 | 50 |
| Binary | 10111 | 1011 | 10111111 | 1011000 | 1011110 | 0 | 11001 | 11110100 | 1011001 | 101000 |
Color Harmonies of #170BBF
Complementary color
Monochromatic Colors of #170BBF
Black with #170BBF
Text Example
Text Example
White with #170BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BBF; }
p { color: rgb(23,11,191); }
H1.HeaderClassName
{
color: #170BBF;
}
.AnyTagClassName
{
color: #170BBF;
}
</style>
background-color css
<style>
a { background-color: #170BBF; }
a { background-color: rgb(23,11,191); }
div.DivClassName
{
background-color: #170BBF;
}
.BgClassName
{
background-color: #170BBF;
}
</style>
border-color css
<style>
span { border-color: #170BBF; }
span { border-color: rgb(23,11,191); }
td.TdClassName
{
border-color: #170BBF;
}
.TagClassName
{
border-color: #170BBF;
}
</style>