Shades of Medium Blue #171FE1
Tints of Medium Blue #171FE1
RGB
CMYK
RGB Variations
Color information
#171FE1 (or 0x171FE1) is known color: Medium Blue. HEX triplet: 17, 1F and E1. RGB value is (23,31,225). Sum of RGB (Red+Green+Blue) = 23+31+225=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 225 (88.28% from 255 or 80.65% from 279); Max value from RGB is 225 - color contains mainly: blue. Hex color #171FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FE1 is #E8E01E. Grayscale: #313131. Windows color (decimal): -15261727 or 14753559. OLE color: 14753559.
HSL color Cylindrical-coordinate representation of color #171FE1: hue angle of 237.62º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171FE1 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 31 | 225 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.12 |
| HSL | 237.62º | 0.81% | 0.49% | - |
| HSV(B) | 237.62º | 0.9% | 0.88% | - |
| XYZ | 14.43 | 6.6 | 71.75 | - |
| YUV | 50.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 225 | 0.90 | 0.86 | 0 | 0.12 | 237.62 | 0.81 | 0.49 |
| Hex | 17 | 1F | E1 | 5A | 56 | 0 | C | EE | 51 | 31 |
| Octal | 27 | 37 | 341 | 132 | 126 | 0 | 14 | 356 | 121 | 61 |
| Binary | 10111 | 11111 | 11100001 | 1011010 | 1010110 | 0 | 1100 | 11101110 | 1010001 | 110001 |
Color Harmonies of #171FE1
Complementary color
Monochromatic Colors of #171FE1
Black with #171FE1
Text Example
Text Example
White with #171FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FE1; }
p { color: rgb(23,31,225); }
H1.HeaderClassName
{
color: #171FE1;
}
.AnyTagClassName
{
color: #171FE1;
}
</style>
background-color css
<style>
a { background-color: #171FE1; }
a { background-color: rgb(23,31,225); }
div.DivClassName
{
background-color: #171FE1;
}
.BgClassName
{
background-color: #171FE1;
}
</style>
border-color css
<style>
span { border-color: #171FE1; }
span { border-color: rgb(23,31,225); }
td.TdClassName
{
border-color: #171FE1;
}
.TagClassName
{
border-color: #171FE1;
}
</style>