Shades of Blue #171FEF
Tints of Blue #171FEF
RGB
CMYK
RGB Variations
Color information
#171FEF (or 0x171FEF) is known color: Blue. HEX triplet: 17, 1F and EF. RGB value is (23,31,239). Sum of RGB (Red+Green+Blue) = 23+31+239=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #171FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171FEF is #E8E010. Grayscale: #333333. Windows color (decimal): -15261713 or 15671063. OLE color: 15671063.
HSL color Cylindrical-coordinate representation of color #171FEF: hue angle of 237.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171FEF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 31 | 239 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.06 |
| HSL | 237.78º | 0.87% | 0.51% | - |
| HSV(B) | 237.78º | 0.9% | 0.94% | - |
| XYZ | 16.42 | 7.39 | 82.22 | - |
| YUV | 52.32 | 233.35 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 239 | 0.90 | 0.87 | 0 | 0.06 | 237.78 | 0.87 | 0.51 |
| Hex | 17 | 1F | EF | 5A | 57 | 0 | 6 | EE | 57 | 33 |
| Octal | 27 | 37 | 357 | 132 | 127 | 0 | 6 | 356 | 127 | 63 |
| Binary | 10111 | 11111 | 11101111 | 1011010 | 1010111 | 0 | 110 | 11101110 | 1010111 | 110011 |
Color Harmonies of #171FEF
Complementary color
Monochromatic Colors of #171FEF
Black with #171FEF
Text Example
Text Example
White with #171FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FEF; }
p { color: rgb(23,31,239); }
H1.HeaderClassName
{
color: #171FEF;
}
.AnyTagClassName
{
color: #171FEF;
}
</style>
background-color css
<style>
a { background-color: #171FEF; }
a { background-color: rgb(23,31,239); }
div.DivClassName
{
background-color: #171FEF;
}
.BgClassName
{
background-color: #171FEF;
}
</style>
border-color css
<style>
span { border-color: #171FEF; }
span { border-color: rgb(23,31,239); }
td.TdClassName
{
border-color: #171FEF;
}
.TagClassName
{
border-color: #171FEF;
}
</style>