Shades of Medium Blue #170CBE
Tints of Medium Blue #170CBE
RGB
CMYK
RGB Variations
Color information
#170CBE (or 0x170CBE) is known color: Medium Blue. HEX triplet: 17, 0C and BE. RGB value is (23,12,190). Sum of RGB (Red+Green+Blue) = 23+12+190=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #170CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170CBE is #E8F341. Grayscale: #222222. Windows color (decimal): -15266626 or 12454935. OLE color: 12454935.
HSL color Cylindrical-coordinate representation of color #170CBE: hue angle of 243.71º degrees, saturation: 0.88, 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 #170CBE is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 12 | 190 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.25 |
| HSL | 243.71º | 0.88% | 0.4% | - |
| HSV(B) | 243.71º | 0.94% | 0.75% | - |
| XYZ | 9.78 | 4.16 | 49 | - |
| YUV | 35.58 | 215.14 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 190 | 0.88 | 0.94 | 0 | 0.25 | 243.71 | 0.88 | 0.4 |
| Hex | 17 | C | BE | 58 | 5E | 0 | 19 | F4 | 58 | 28 |
| Octal | 27 | 14 | 276 | 130 | 136 | 0 | 31 | 364 | 130 | 50 |
| Binary | 10111 | 1100 | 10111110 | 1011000 | 1011110 | 0 | 11001 | 11110100 | 1011000 | 101000 |
Color Harmonies of #170CBE
Complementary color
Monochromatic Colors of #170CBE
Black with #170CBE
Text Example
Text Example
White with #170CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CBE; }
p { color: rgb(23,12,190); }
H1.HeaderClassName
{
color: #170CBE;
}
.AnyTagClassName
{
color: #170CBE;
}
</style>
background-color css
<style>
a { background-color: #170CBE; }
a { background-color: rgb(23,12,190); }
div.DivClassName
{
background-color: #170CBE;
}
.BgClassName
{
background-color: #170CBE;
}
</style>
border-color css
<style>
span { border-color: #170CBE; }
span { border-color: rgb(23,12,190); }
td.TdClassName
{
border-color: #170CBE;
}
.TagClassName
{
border-color: #170CBE;
}
</style>