Shades of Medium Blue #171FE2
Tints of Medium Blue #171FE2
RGB
CMYK
RGB Variations
Color information
#171FE2 (or 0x171FE2) is known color: Medium Blue. HEX triplet: 17, 1F and E2. RGB value is (23,31,226). Sum of RGB (Red+Green+Blue) = 23+31+226=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 226 (88.67% from 255 or 80.71% from 280); Max value from RGB is 226 - color contains mainly: blue. Hex color #171FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FE2 is #E8E01D. Grayscale: #323232. Windows color (decimal): -15261726 or 14819095. OLE color: 14819095.
HSL color Cylindrical-coordinate representation of color #171FE2: hue angle of 237.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171FE2 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 31 | 226 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.11 |
| HSL | 237.64º | 0.82% | 0.49% | - |
| HSV(B) | 237.64º | 0.9% | 0.89% | - |
| XYZ | 14.57 | 6.65 | 72.47 | - |
| YUV | 50.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 226 | 0.90 | 0.86 | 0 | 0.11 | 237.64 | 0.82 | 0.49 |
| Hex | 17 | 1F | E2 | 5A | 56 | 0 | B | EE | 52 | 31 |
| Octal | 27 | 37 | 342 | 132 | 126 | 0 | 13 | 356 | 122 | 61 |
| Binary | 10111 | 11111 | 11100010 | 1011010 | 1010110 | 0 | 1011 | 11101110 | 1010010 | 110001 |
Color Harmonies of #171FE2
Complementary color
Monochromatic Colors of #171FE2
Black with #171FE2
Text Example
Text Example
White with #171FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FE2; }
p { color: rgb(23,31,226); }
H1.HeaderClassName
{
color: #171FE2;
}
.AnyTagClassName
{
color: #171FE2;
}
</style>
background-color css
<style>
a { background-color: #171FE2; }
a { background-color: rgb(23,31,226); }
div.DivClassName
{
background-color: #171FE2;
}
.BgClassName
{
background-color: #171FE2;
}
</style>
border-color css
<style>
span { border-color: #171FE2; }
span { border-color: rgb(23,31,226); }
td.TdClassName
{
border-color: #171FE2;
}
.TagClassName
{
border-color: #171FE2;
}
</style>