Shades of Medium Blue #170ADB
Tints of Medium Blue #170ADB
RGB
CMYK
RGB Variations
Color information
#170ADB (or 0x170ADB) is known color: Medium Blue. HEX triplet: 17, 0A and DB. RGB value is (23,10,219). Sum of RGB (Red+Green+Blue) = 23+10+219=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #170ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ADB is #E8F524. Grayscale: #242424. Windows color (decimal): -15267109 or 14354967. OLE color: 14354967.
HSL color Cylindrical-coordinate representation of color #170ADB: hue angle of 243.73º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170ADB is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 10 | 219 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.14 |
| HSL | 243.73º | 0.91% | 0.45% | - |
| HSV(B) | 243.73º | 0.95% | 0.86% | - |
| XYZ | 13.25 | 5.51 | 67.38 | - |
| YUV | 37.71 | 230.31 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 219 | 0.89 | 0.95 | 0 | 0.14 | 243.73 | 0.91 | 0.45 |
| Hex | 17 | A | DB | 59 | 5F | 0 | E | F4 | 5B | 2D |
| Octal | 27 | 12 | 333 | 131 | 137 | 0 | 16 | 364 | 133 | 55 |
| Binary | 10111 | 1010 | 11011011 | 1011001 | 1011111 | 0 | 1110 | 11110100 | 1011011 | 101101 |
Color Harmonies of #170ADB
Complementary color
Monochromatic Colors of #170ADB
Black with #170ADB
Text Example
Text Example
White with #170ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ADB; }
p { color: rgb(23,10,219); }
H1.HeaderClassName
{
color: #170ADB;
}
.AnyTagClassName
{
color: #170ADB;
}
</style>
background-color css
<style>
a { background-color: #170ADB; }
a { background-color: rgb(23,10,219); }
div.DivClassName
{
background-color: #170ADB;
}
.BgClassName
{
background-color: #170ADB;
}
</style>
border-color css
<style>
span { border-color: #170ADB; }
span { border-color: rgb(23,10,219); }
td.TdClassName
{
border-color: #170ADB;
}
.TagClassName
{
border-color: #170ADB;
}
</style>