Shades of Medium Blue #171ACD
Tints of Medium Blue #171ACD
RGB
CMYK
RGB Variations
Color information
#171ACD (or 0x171ACD) is known color: Medium Blue. HEX triplet: 17, 1A and CD. RGB value is (23,26,205). Sum of RGB (Red+Green+Blue) = 23+26+205=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #171ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ACD is #E8E532. Grayscale: #2C2C2C. Windows color (decimal): -15263027 or 13441559. OLE color: 13441559.
HSL color Cylindrical-coordinate representation of color #171ACD: hue angle of 239.01º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171ACD is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 26 | 205 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.20 |
| HSL | 239.01º | 0.8% | 0.45% | - |
| HSV(B) | 239.01º | 0.89% | 0.8% | - |
| XYZ | 11.74 | 5.33 | 58.17 | - |
| YUV | 45.51 | 218.01 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 205 | 0.89 | 0.87 | 0 | 0.20 | 239.01 | 0.8 | 0.45 |
| Hex | 17 | 1A | CD | 59 | 57 | 0 | 14 | EF | 50 | 2D |
| Octal | 27 | 32 | 315 | 131 | 127 | 0 | 24 | 357 | 120 | 55 |
| Binary | 10111 | 11010 | 11001101 | 1011001 | 1010111 | 0 | 10100 | 11101111 | 1010000 | 101101 |
Color Harmonies of #171ACD
Complementary color
Monochromatic Colors of #171ACD
Black with #171ACD
Text Example
Text Example
White with #171ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171ACD; }
p { color: rgb(23,26,205); }
H1.HeaderClassName
{
color: #171ACD;
}
.AnyTagClassName
{
color: #171ACD;
}
</style>
background-color css
<style>
a { background-color: #171ACD; }
a { background-color: rgb(23,26,205); }
div.DivClassName
{
background-color: #171ACD;
}
.BgClassName
{
background-color: #171ACD;
}
</style>
border-color css
<style>
span { border-color: #171ACD; }
span { border-color: rgb(23,26,205); }
td.TdClassName
{
border-color: #171ACD;
}
.TagClassName
{
border-color: #171ACD;
}
</style>