Shades of Medium Blue #171FDD
Tints of Medium Blue #171FDD
RGB
CMYK
RGB Variations
Color information
#171FDD (or 0x171FDD) is known color: Medium Blue. HEX triplet: 17, 1F and DD. RGB value is (23,31,221). Sum of RGB (Red+Green+Blue) = 23+31+221=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #171FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FDD is #E8E022. Grayscale: #313131. Windows color (decimal): -15261731 or 14491415. OLE color: 14491415.
HSL color Cylindrical-coordinate representation of color #171FDD: hue angle of 237.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171FDD is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 31 | 221 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.13 |
| HSL | 237.58º | 0.81% | 0.48% | - |
| HSV(B) | 237.58º | 0.9% | 0.87% | - |
| XYZ | 13.89 | 6.38 | 68.91 | - |
| YUV | 50.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 221 | 0.90 | 0.86 | 0 | 0.13 | 237.58 | 0.81 | 0.48 |
| Hex | 17 | 1F | DD | 5A | 56 | 0 | D | EE | 51 | 30 |
| Octal | 27 | 37 | 335 | 132 | 126 | 0 | 15 | 356 | 121 | 60 |
| Binary | 10111 | 11111 | 11011101 | 1011010 | 1010110 | 0 | 1101 | 11101110 | 1010001 | 110000 |
Color Harmonies of #171FDD
Complementary color
Monochromatic Colors of #171FDD
Black with #171FDD
Text Example
Text Example
White with #171FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FDD; }
p { color: rgb(23,31,221); }
H1.HeaderClassName
{
color: #171FDD;
}
.AnyTagClassName
{
color: #171FDD;
}
</style>
background-color css
<style>
a { background-color: #171FDD; }
a { background-color: rgb(23,31,221); }
div.DivClassName
{
background-color: #171FDD;
}
.BgClassName
{
background-color: #171FDD;
}
</style>
border-color css
<style>
span { border-color: #171FDD; }
span { border-color: rgb(23,31,221); }
td.TdClassName
{
border-color: #171FDD;
}
.TagClassName
{
border-color: #171FDD;
}
</style>