Shades of Medium Blue #171FDC
Tints of Medium Blue #171FDC
RGB
CMYK
RGB Variations
Color information
#171FDC (or 0x171FDC) is known color: Medium Blue. HEX triplet: 17, 1F and DC. RGB value is (23,31,220). Sum of RGB (Red+Green+Blue) = 23+31+220=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #171FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FDC is #E8E023. Grayscale: #313131. Windows color (decimal): -15261732 or 14425879. OLE color: 14425879.
HSL color Cylindrical-coordinate representation of color #171FDC: hue angle of 237.56º 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 #171FDC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 31 | 220 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.14 |
| HSL | 237.56º | 0.81% | 0.48% | - |
| HSV(B) | 237.56º | 0.9% | 0.86% | - |
| XYZ | 13.76 | 6.33 | 68.21 | - |
| YUV | 50.15 | 223.85 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 220 | 0.90 | 0.86 | 0 | 0.14 | 237.56 | 0.81 | 0.48 |
| Hex | 17 | 1F | DC | 5A | 56 | 0 | E | EE | 51 | 30 |
| Octal | 27 | 37 | 334 | 132 | 126 | 0 | 16 | 356 | 121 | 60 |
| Binary | 10111 | 11111 | 11011100 | 1011010 | 1010110 | 0 | 1110 | 11101110 | 1010001 | 110000 |
Color Harmonies of #171FDC
Complementary color
Monochromatic Colors of #171FDC
Black with #171FDC
Text Example
Text Example
White with #171FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FDC; }
p { color: rgb(23,31,220); }
H1.HeaderClassName
{
color: #171FDC;
}
.AnyTagClassName
{
color: #171FDC;
}
</style>
background-color css
<style>
a { background-color: #171FDC; }
a { background-color: rgb(23,31,220); }
div.DivClassName
{
background-color: #171FDC;
}
.BgClassName
{
background-color: #171FDC;
}
</style>
border-color css
<style>
span { border-color: #171FDC; }
span { border-color: rgb(23,31,220); }
td.TdClassName
{
border-color: #171FDC;
}
.TagClassName
{
border-color: #171FDC;
}
</style>