Shades of Medium Blue #171BDA
Tints of Medium Blue #171BDA
RGB
CMYK
RGB Variations
Color information
#171BDA (or 0x171BDA) is known color: Medium Blue. HEX triplet: 17, 1B and DA. RGB value is (23,27,218). Sum of RGB (Red+Green+Blue) = 23+27+218=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #171BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BDA is #E8E425. Grayscale: #2E2E2E. Windows color (decimal): -15262758 or 14293783. OLE color: 14293783.
HSL color Cylindrical-coordinate representation of color #171BDA: hue angle of 238.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171BDA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 27 | 218 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.15 |
| HSL | 238.77º | 0.81% | 0.47% | - |
| HSV(B) | 238.77º | 0.89% | 0.85% | - |
| XYZ | 13.4 | 6.03 | 66.79 | - |
| YUV | 47.58 | 224.17 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 218 | 0.89 | 0.88 | 0 | 0.15 | 238.77 | 0.81 | 0.47 |
| Hex | 17 | 1B | DA | 59 | 58 | 0 | F | EF | 51 | 2F |
| Octal | 27 | 33 | 332 | 131 | 130 | 0 | 17 | 357 | 121 | 57 |
| Binary | 10111 | 11011 | 11011010 | 1011001 | 1011000 | 0 | 1111 | 11101111 | 1010001 | 101111 |
Color Harmonies of #171BDA
Complementary color
Monochromatic Colors of #171BDA
Black with #171BDA
Text Example
Text Example
White with #171BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BDA; }
p { color: rgb(23,27,218); }
H1.HeaderClassName
{
color: #171BDA;
}
.AnyTagClassName
{
color: #171BDA;
}
</style>
background-color css
<style>
a { background-color: #171BDA; }
a { background-color: rgb(23,27,218); }
div.DivClassName
{
background-color: #171BDA;
}
.BgClassName
{
background-color: #171BDA;
}
</style>
border-color css
<style>
span { border-color: #171BDA; }
span { border-color: rgb(23,27,218); }
td.TdClassName
{
border-color: #171BDA;
}
.TagClassName
{
border-color: #171BDA;
}
</style>