Shades of Medium Blue #171BDE
Tints of Medium Blue #171BDE
RGB
CMYK
RGB Variations
Color information
#171BDE (or 0x171BDE) is known color: Medium Blue. HEX triplet: 17, 1B and DE. RGB value is (23,27,222). Sum of RGB (Red+Green+Blue) = 23+27+222=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #171BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BDE is #E8E421. Grayscale: #2F2F2F. Windows color (decimal): -15262754 or 14555927. OLE color: 14555927.
HSL color Cylindrical-coordinate representation of color #171BDE: hue angle of 238.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171BDE is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 27 | 222 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.13 |
| HSL | 238.79º | 0.81% | 0.48% | - |
| HSV(B) | 238.79º | 0.9% | 0.87% | - |
| XYZ | 13.93 | 6.24 | 69.58 | - |
| YUV | 48.03 | 226.17 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 222 | 0.90 | 0.88 | 0 | 0.13 | 238.79 | 0.81 | 0.48 |
| Hex | 17 | 1B | DE | 5A | 58 | 0 | D | EF | 51 | 30 |
| Octal | 27 | 33 | 336 | 132 | 130 | 0 | 15 | 357 | 121 | 60 |
| Binary | 10111 | 11011 | 11011110 | 1011010 | 1011000 | 0 | 1101 | 11101111 | 1010001 | 110000 |
Color Harmonies of #171BDE
Complementary color
Monochromatic Colors of #171BDE
Black with #171BDE
Text Example
Text Example
White with #171BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BDE; }
p { color: rgb(23,27,222); }
H1.HeaderClassName
{
color: #171BDE;
}
.AnyTagClassName
{
color: #171BDE;
}
</style>
background-color css
<style>
a { background-color: #171BDE; }
a { background-color: rgb(23,27,222); }
div.DivClassName
{
background-color: #171BDE;
}
.BgClassName
{
background-color: #171BDE;
}
</style>
border-color css
<style>
span { border-color: #171BDE; }
span { border-color: rgb(23,27,222); }
td.TdClassName
{
border-color: #171BDE;
}
.TagClassName
{
border-color: #171BDE;
}
</style>