Shades of Medium Blue #171CDF
Tints of Medium Blue #171CDF
RGB
CMYK
RGB Variations
Color information
#171CDF (or 0x171CDF) is known color: Medium Blue. HEX triplet: 17, 1C and DF. RGB value is (23,28,223). Sum of RGB (Red+Green+Blue) = 23+28+223=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #171CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CDF is #E8E320. Grayscale: #2F2F2F. Windows color (decimal): -15262497 or 14621719. OLE color: 14621719.
HSL color Cylindrical-coordinate representation of color #171CDF: hue angle of 238.5º 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 #171CDF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 28 | 223 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.13 |
| HSL | 238.5º | 0.81% | 0.48% | - |
| HSV(B) | 238.5º | 0.9% | 0.87% | - |
| XYZ | 14.09 | 6.34 | 70.29 | - |
| YUV | 48.74 | 226.34 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 223 | 0.90 | 0.87 | 0 | 0.13 | 238.5 | 0.81 | 0.48 |
| Hex | 17 | 1C | DF | 5A | 57 | 0 | D | EE | 51 | 30 |
| Octal | 27 | 34 | 337 | 132 | 127 | 0 | 15 | 356 | 121 | 60 |
| Binary | 10111 | 11100 | 11011111 | 1011010 | 1010111 | 0 | 1101 | 11101110 | 1010001 | 110000 |
Color Harmonies of #171CDF
Complementary color
Monochromatic Colors of #171CDF
Black with #171CDF
Text Example
Text Example
White with #171CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CDF; }
p { color: rgb(23,28,223); }
H1.HeaderClassName
{
color: #171CDF;
}
.AnyTagClassName
{
color: #171CDF;
}
</style>
background-color css
<style>
a { background-color: #171CDF; }
a { background-color: rgb(23,28,223); }
div.DivClassName
{
background-color: #171CDF;
}
.BgClassName
{
background-color: #171CDF;
}
</style>
border-color css
<style>
span { border-color: #171CDF; }
span { border-color: rgb(23,28,223); }
td.TdClassName
{
border-color: #171CDF;
}
.TagClassName
{
border-color: #171CDF;
}
</style>