Shades of Medium Blue #170CBF
Tints of Medium Blue #170CBF
RGB
CMYK
RGB Variations
Color information
#170CBF (or 0x170CBF) is known color: Medium Blue. HEX triplet: 17, 0C and BF. RGB value is (23,12,191). Sum of RGB (Red+Green+Blue) = 23+12+191=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #170CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170CBF is #E8F340. Grayscale: #222222. Windows color (decimal): -15266625 or 12520471. OLE color: 12520471.
HSL color Cylindrical-coordinate representation of color #170CBF: hue angle of 243.69º 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 #170CBF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 12 | 191 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.25 |
| HSL | 243.69º | 0.88% | 0.4% | - |
| HSV(B) | 243.69º | 0.94% | 0.75% | - |
| XYZ | 9.89 | 4.21 | 49.58 | - |
| YUV | 35.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 191 | 0.88 | 0.94 | 0 | 0.25 | 243.69 | 0.88 | 0.4 |
| Hex | 17 | C | BF | 58 | 5E | 0 | 19 | F4 | 58 | 28 |
| Octal | 27 | 14 | 277 | 130 | 136 | 0 | 31 | 364 | 130 | 50 |
| Binary | 10111 | 1100 | 10111111 | 1011000 | 1011110 | 0 | 11001 | 11110100 | 1011000 | 101000 |
Color Harmonies of #170CBF
Complementary color
Monochromatic Colors of #170CBF
Black with #170CBF
Text Example
Text Example
White with #170CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CBF; }
p { color: rgb(23,12,191); }
H1.HeaderClassName
{
color: #170CBF;
}
.AnyTagClassName
{
color: #170CBF;
}
</style>
background-color css
<style>
a { background-color: #170CBF; }
a { background-color: rgb(23,12,191); }
div.DivClassName
{
background-color: #170CBF;
}
.BgClassName
{
background-color: #170CBF;
}
</style>
border-color css
<style>
span { border-color: #170CBF; }
span { border-color: rgb(23,12,191); }
td.TdClassName
{
border-color: #170CBF;
}
.TagClassName
{
border-color: #170CBF;
}
</style>