Shades of Blue #170FFA
Tints of Blue #170FFA
RGB
CMYK
RGB Variations
Color information
#170FFA (or 0x170FFA) is known color: Blue. HEX triplet: 17, 0F and FA. RGB value is (23,15,250). Sum of RGB (Red+Green+Blue) = 23+15+250=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #170FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FFA is #E8F005. Grayscale: #2B2B2B. Windows color (decimal): -15265798 or 16387863. OLE color: 16387863.
HSL color Cylindrical-coordinate representation of color #170FFA: hue angle of 242.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FFA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 15 | 250 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.02 |
| HSL | 242.04º | 0.96% | 0.52% | - |
| HSV(B) | 242.04º | 0.94% | 0.98% | - |
| XYZ | 17.78 | 7.43 | 90.94 | - |
| YUV | 44.18 | 244.15 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 250 | 0.91 | 0.94 | 0 | 0.02 | 242.04 | 0.96 | 0.52 |
| Hex | 17 | F | FA | 5B | 5E | 0 | 2 | F2 | 60 | 34 |
| Octal | 27 | 17 | 372 | 133 | 136 | 0 | 2 | 362 | 140 | 64 |
| Binary | 10111 | 1111 | 11111010 | 1011011 | 1011110 | 0 | 10 | 11110010 | 1100000 | 110100 |
Color Harmonies of #170FFA
Complementary color
Monochromatic Colors of #170FFA
Black with #170FFA
Text Example
Text Example
White with #170FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FFA; }
p { color: rgb(23,15,250); }
H1.HeaderClassName
{
color: #170FFA;
}
.AnyTagClassName
{
color: #170FFA;
}
</style>
background-color css
<style>
a { background-color: #170FFA; }
a { background-color: rgb(23,15,250); }
div.DivClassName
{
background-color: #170FFA;
}
.BgClassName
{
background-color: #170FFA;
}
</style>
border-color css
<style>
span { border-color: #170FFA; }
span { border-color: rgb(23,15,250); }
td.TdClassName
{
border-color: #170FFA;
}
.TagClassName
{
border-color: #170FFA;
}
</style>