Shades of Medium Blue #171BDB
Tints of Medium Blue #171BDB
RGB
CMYK
RGB Variations
Color information
#171BDB (or 0x171BDB) is known color: Medium Blue. HEX triplet: 17, 1B and DB. RGB value is (23,27,219). Sum of RGB (Red+Green+Blue) = 23+27+219=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #171BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BDB is #E8E424. Grayscale: #2E2E2E. Windows color (decimal): -15262757 or 14359319. OLE color: 14359319.
HSL color Cylindrical-coordinate representation of color #171BDB: hue angle of 238.78º 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 #171BDB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 27 | 219 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.14 |
| HSL | 238.78º | 0.81% | 0.47% | - |
| HSV(B) | 238.78º | 0.89% | 0.86% | - |
| XYZ | 13.53 | 6.08 | 67.48 | - |
| YUV | 47.69 | 224.67 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 219 | 0.89 | 0.88 | 0 | 0.14 | 238.78 | 0.81 | 0.47 |
| Hex | 17 | 1B | DB | 59 | 58 | 0 | E | EF | 51 | 2F |
| Octal | 27 | 33 | 333 | 131 | 130 | 0 | 16 | 357 | 121 | 57 |
| Binary | 10111 | 11011 | 11011011 | 1011001 | 1011000 | 0 | 1110 | 11101111 | 1010001 | 101111 |
Color Harmonies of #171BDB
Complementary color
Monochromatic Colors of #171BDB
Black with #171BDB
Text Example
Text Example
White with #171BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BDB; }
p { color: rgb(23,27,219); }
H1.HeaderClassName
{
color: #171BDB;
}
.AnyTagClassName
{
color: #171BDB;
}
</style>
background-color css
<style>
a { background-color: #171BDB; }
a { background-color: rgb(23,27,219); }
div.DivClassName
{
background-color: #171BDB;
}
.BgClassName
{
background-color: #171BDB;
}
</style>
border-color css
<style>
span { border-color: #171BDB; }
span { border-color: rgb(23,27,219); }
td.TdClassName
{
border-color: #171BDB;
}
.TagClassName
{
border-color: #171BDB;
}
</style>