Shades of Medium Blue #171ADB
Tints of Medium Blue #171ADB
RGB
CMYK
RGB Variations
Color information
#171ADB (or 0x171ADB) is known color: Medium Blue. HEX triplet: 17, 1A and DB. RGB value is (23,26,219). Sum of RGB (Red+Green+Blue) = 23+26+219=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #171ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ADB is #E8E524. Grayscale: #2E2E2E. Windows color (decimal): -15263013 or 14359063. OLE color: 14359063.
HSL color Cylindrical-coordinate representation of color #171ADB: hue angle of 239.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171ADB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 26 | 219 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.14 |
| HSL | 239.08º | 0.81% | 0.47% | - |
| HSV(B) | 239.08º | 0.89% | 0.86% | - |
| XYZ | 13.51 | 6.04 | 67.47 | - |
| YUV | 47.11 | 225.01 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 219 | 0.89 | 0.88 | 0 | 0.14 | 239.08 | 0.81 | 0.47 |
| Hex | 17 | 1A | DB | 59 | 58 | 0 | E | EF | 51 | 2F |
| Octal | 27 | 32 | 333 | 131 | 130 | 0 | 16 | 357 | 121 | 57 |
| Binary | 10111 | 11010 | 11011011 | 1011001 | 1011000 | 0 | 1110 | 11101111 | 1010001 | 101111 |
Color Harmonies of #171ADB
Complementary color
Monochromatic Colors of #171ADB
Black with #171ADB
Text Example
Text Example
White with #171ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171ADB; }
p { color: rgb(23,26,219); }
H1.HeaderClassName
{
color: #171ADB;
}
.AnyTagClassName
{
color: #171ADB;
}
</style>
background-color css
<style>
a { background-color: #171ADB; }
a { background-color: rgb(23,26,219); }
div.DivClassName
{
background-color: #171ADB;
}
.BgClassName
{
background-color: #171ADB;
}
</style>
border-color css
<style>
span { border-color: #171ADB; }
span { border-color: rgb(23,26,219); }
td.TdClassName
{
border-color: #171ADB;
}
.TagClassName
{
border-color: #171ADB;
}
</style>