Shades of Medium Blue #171FDB
Tints of Medium Blue #171FDB
RGB
CMYK
RGB Variations
Color information
#171FDB (or 0x171FDB) is known color: Medium Blue. HEX triplet: 17, 1F and DB. RGB value is (23,31,219). Sum of RGB (Red+Green+Blue) = 23+31+219=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #171FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FDB is #E8E024. Grayscale: #313131. Windows color (decimal): -15261733 or 14360343. OLE color: 14360343.
HSL color Cylindrical-coordinate representation of color #171FDB: hue angle of 237.55º 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 #171FDB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 31 | 219 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.14 |
| HSL | 237.55º | 0.81% | 0.47% | - |
| HSV(B) | 237.55º | 0.89% | 0.86% | - |
| XYZ | 13.63 | 6.28 | 67.51 | - |
| YUV | 50.04 | 223.35 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 219 | 0.89 | 0.86 | 0 | 0.14 | 237.55 | 0.81 | 0.47 |
| Hex | 17 | 1F | DB | 59 | 56 | 0 | E | EE | 51 | 2F |
| Octal | 27 | 37 | 333 | 131 | 126 | 0 | 16 | 356 | 121 | 57 |
| Binary | 10111 | 11111 | 11011011 | 1011001 | 1010110 | 0 | 1110 | 11101110 | 1010001 | 101111 |
Color Harmonies of #171FDB
Complementary color
Monochromatic Colors of #171FDB
Black with #171FDB
Text Example
Text Example
White with #171FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FDB; }
p { color: rgb(23,31,219); }
H1.HeaderClassName
{
color: #171FDB;
}
.AnyTagClassName
{
color: #171FDB;
}
</style>
background-color css
<style>
a { background-color: #171FDB; }
a { background-color: rgb(23,31,219); }
div.DivClassName
{
background-color: #171FDB;
}
.BgClassName
{
background-color: #171FDB;
}
</style>
border-color css
<style>
span { border-color: #171FDB; }
span { border-color: rgb(23,31,219); }
td.TdClassName
{
border-color: #171FDB;
}
.TagClassName
{
border-color: #171FDB;
}
</style>