Shades of Blue #171FFA
Tints of Blue #171FFA
RGB
CMYK
RGB Variations
Color information
#171FFA (or 0x171FFA) is known color: Blue. HEX triplet: 17, 1F and FA. RGB value is (23,31,250). Sum of RGB (Red+Green+Blue) = 23+31+250=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #171FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171FFA is #E8E005. Grayscale: #343434. Windows color (decimal): -15261702 or 16391959. OLE color: 16391959.
HSL color Cylindrical-coordinate representation of color #171FFA: hue angle of 237.89º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171FFA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 31 | 250 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.02 |
| HSL | 237.89º | 0.96% | 0.54% | - |
| HSV(B) | 237.89º | 0.91% | 0.98% | - |
| XYZ | 18.1 | 8.06 | 91.05 | - |
| YUV | 53.57 | 238.85 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 250 | 0.91 | 0.88 | 0 | 0.02 | 237.89 | 0.96 | 0.54 |
| Hex | 17 | 1F | FA | 5B | 58 | 0 | 2 | EE | 60 | 36 |
| Octal | 27 | 37 | 372 | 133 | 130 | 0 | 2 | 356 | 140 | 66 |
| Binary | 10111 | 11111 | 11111010 | 1011011 | 1011000 | 0 | 10 | 11101110 | 1100000 | 110110 |
Color Harmonies of #171FFA
Complementary color
Monochromatic Colors of #171FFA
Black with #171FFA
Text Example
Text Example
White with #171FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FFA; }
p { color: rgb(23,31,250); }
H1.HeaderClassName
{
color: #171FFA;
}
.AnyTagClassName
{
color: #171FFA;
}
</style>
background-color css
<style>
a { background-color: #171FFA; }
a { background-color: rgb(23,31,250); }
div.DivClassName
{
background-color: #171FFA;
}
.BgClassName
{
background-color: #171FFA;
}
</style>
border-color css
<style>
span { border-color: #171FFA; }
span { border-color: rgb(23,31,250); }
td.TdClassName
{
border-color: #171FFA;
}
.TagClassName
{
border-color: #171FFA;
}
</style>