Shades of Medium Blue #170BBC
Tints of Medium Blue #170BBC
RGB
CMYK
RGB Variations
Color information
#170BBC (or 0x170BBC) is known color: Medium Blue. HEX triplet: 17, 0B and BC. RGB value is (23,11,188). Sum of RGB (Red+Green+Blue) = 23+11+188=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #170BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BBC is #E8F443. Grayscale: #222222. Windows color (decimal): -15266884 or 12323607. OLE color: 12323607.
HSL color Cylindrical-coordinate representation of color #170BBC: hue angle of 244.07º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170BBC is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 11 | 188 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.26 |
| HSL | 244.07º | 0.89% | 0.39% | - |
| HSV(B) | 244.07º | 0.94% | 0.74% | - |
| XYZ | 9.55 | 4.05 | 47.86 | - |
| YUV | 34.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 188 | 0.88 | 0.94 | 0 | 0.26 | 244.07 | 0.89 | 0.39 |
| Hex | 17 | B | BC | 58 | 5E | 0 | 1A | F4 | 59 | 27 |
| Octal | 27 | 13 | 274 | 130 | 136 | 0 | 32 | 364 | 131 | 47 |
| Binary | 10111 | 1011 | 10111100 | 1011000 | 1011110 | 0 | 11010 | 11110100 | 1011001 | 100111 |
Color Harmonies of #170BBC
Complementary color
Monochromatic Colors of #170BBC
Black with #170BBC
Text Example
Text Example
White with #170BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BBC; }
p { color: rgb(23,11,188); }
H1.HeaderClassName
{
color: #170BBC;
}
.AnyTagClassName
{
color: #170BBC;
}
</style>
background-color css
<style>
a { background-color: #170BBC; }
a { background-color: rgb(23,11,188); }
div.DivClassName
{
background-color: #170BBC;
}
.BgClassName
{
background-color: #170BBC;
}
</style>
border-color css
<style>
span { border-color: #170BBC; }
span { border-color: rgb(23,11,188); }
td.TdClassName
{
border-color: #170BBC;
}
.TagClassName
{
border-color: #170BBC;
}
</style>