Shades of Medium Blue #171CDC
Tints of Medium Blue #171CDC
RGB
CMYK
RGB Variations
Color information
#171CDC (or 0x171CDC) is known color: Medium Blue. HEX triplet: 17, 1C and DC. RGB value is (23,28,220). Sum of RGB (Red+Green+Blue) = 23+28+220=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #171CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CDC is #E8E323. Grayscale: #2F2F2F. Windows color (decimal): -15262500 or 14425111. OLE color: 14425111.
HSL color Cylindrical-coordinate representation of color #171CDC: hue angle of 238.48º 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 #171CDC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 28 | 220 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.14 |
| HSL | 238.48º | 0.81% | 0.48% | - |
| HSV(B) | 238.48º | 0.9% | 0.86% | - |
| XYZ | 13.69 | 6.18 | 68.18 | - |
| YUV | 48.39 | 224.84 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 220 | 0.90 | 0.87 | 0 | 0.14 | 238.48 | 0.81 | 0.48 |
| Hex | 17 | 1C | DC | 5A | 57 | 0 | E | EE | 51 | 30 |
| Octal | 27 | 34 | 334 | 132 | 127 | 0 | 16 | 356 | 121 | 60 |
| Binary | 10111 | 11100 | 11011100 | 1011010 | 1010111 | 0 | 1110 | 11101110 | 1010001 | 110000 |
Color Harmonies of #171CDC
Complementary color
Monochromatic Colors of #171CDC
Black with #171CDC
Text Example
Text Example
White with #171CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CDC; }
p { color: rgb(23,28,220); }
H1.HeaderClassName
{
color: #171CDC;
}
.AnyTagClassName
{
color: #171CDC;
}
</style>
background-color css
<style>
a { background-color: #171CDC; }
a { background-color: rgb(23,28,220); }
div.DivClassName
{
background-color: #171CDC;
}
.BgClassName
{
background-color: #171CDC;
}
</style>
border-color css
<style>
span { border-color: #171CDC; }
span { border-color: rgb(23,28,220); }
td.TdClassName
{
border-color: #171CDC;
}
.TagClassName
{
border-color: #171CDC;
}
</style>