Shades of Medium Blue #170BBD
Tints of Medium Blue #170BBD
RGB
CMYK
RGB Variations
Color information
#170BBD (or 0x170BBD) is known color: Medium Blue. HEX triplet: 17, 0B and BD. RGB value is (23,11,189). Sum of RGB (Red+Green+Blue) = 23+11+189=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #170BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BBD is #E8F442. Grayscale: #222222. Windows color (decimal): -15266883 or 12389143. OLE color: 12389143.
HSL color Cylindrical-coordinate representation of color #170BBD: hue angle of 244.04º 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 #170BBD is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 11 | 189 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.26 |
| HSL | 244.04º | 0.89% | 0.39% | - |
| HSV(B) | 244.04º | 0.94% | 0.74% | - |
| XYZ | 9.66 | 4.1 | 48.43 | - |
| YUV | 34.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 189 | 0.88 | 0.94 | 0 | 0.26 | 244.04 | 0.89 | 0.39 |
| Hex | 17 | B | BD | 58 | 5E | 0 | 1A | F4 | 59 | 27 |
| Octal | 27 | 13 | 275 | 130 | 136 | 0 | 32 | 364 | 131 | 47 |
| Binary | 10111 | 1011 | 10111101 | 1011000 | 1011110 | 0 | 11010 | 11110100 | 1011001 | 100111 |
Color Harmonies of #170BBD
Complementary color
Monochromatic Colors of #170BBD
Black with #170BBD
Text Example
Text Example
White with #170BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BBD; }
p { color: rgb(23,11,189); }
H1.HeaderClassName
{
color: #170BBD;
}
.AnyTagClassName
{
color: #170BBD;
}
</style>
background-color css
<style>
a { background-color: #170BBD; }
a { background-color: rgb(23,11,189); }
div.DivClassName
{
background-color: #170BBD;
}
.BgClassName
{
background-color: #170BBD;
}
</style>
border-color css
<style>
span { border-color: #170BBD; }
span { border-color: rgb(23,11,189); }
td.TdClassName
{
border-color: #170BBD;
}
.TagClassName
{
border-color: #170BBD;
}
</style>