Shades of Medium Blue #171ADC
Tints of Medium Blue #171ADC
RGB
CMYK
RGB Variations
Color information
#171ADC (or 0x171ADC) is known color: Medium Blue. HEX triplet: 17, 1A and DC. RGB value is (23,26,220). Sum of RGB (Red+Green+Blue) = 23+26+220=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #171ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ADC is #E8E523. Grayscale: #2E2E2E. Windows color (decimal): -15263012 or 14424599. OLE color: 14424599.
HSL color Cylindrical-coordinate representation of color #171ADC: hue angle of 239.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171ADC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 26 | 220 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.14 |
| HSL | 239.09º | 0.81% | 0.48% | - |
| HSV(B) | 239.09º | 0.9% | 0.86% | - |
| XYZ | 13.64 | 6.09 | 68.17 | - |
| YUV | 47.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 220 | 0.90 | 0.88 | 0 | 0.14 | 239.09 | 0.81 | 0.48 |
| Hex | 17 | 1A | DC | 5A | 58 | 0 | E | EF | 51 | 30 |
| Octal | 27 | 32 | 334 | 132 | 130 | 0 | 16 | 357 | 121 | 60 |
| Binary | 10111 | 11010 | 11011100 | 1011010 | 1011000 | 0 | 1110 | 11101111 | 1010001 | 110000 |
Color Harmonies of #171ADC
Complementary color
Monochromatic Colors of #171ADC
Black with #171ADC
Text Example
Text Example
White with #171ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171ADC; }
p { color: rgb(23,26,220); }
H1.HeaderClassName
{
color: #171ADC;
}
.AnyTagClassName
{
color: #171ADC;
}
</style>
background-color css
<style>
a { background-color: #171ADC; }
a { background-color: rgb(23,26,220); }
div.DivClassName
{
background-color: #171ADC;
}
.BgClassName
{
background-color: #171ADC;
}
</style>
border-color css
<style>
span { border-color: #171ADC; }
span { border-color: rgb(23,26,220); }
td.TdClassName
{
border-color: #171ADC;
}
.TagClassName
{
border-color: #171ADC;
}
</style>