Shades of Blue #170EFA
Tints of Blue #170EFA
RGB
CMYK
RGB Variations
Color information
#170EFA (or 0x170EFA) is known color: Blue. HEX triplet: 17, 0E and FA. RGB value is (23,14,250). Sum of RGB (Red+Green+Blue) = 23+14+250=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #170EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170EFA is #E8F105. Grayscale: #2A2A2A. Windows color (decimal): -15266054 or 16387607. OLE color: 16387607.
HSL color Cylindrical-coordinate representation of color #170EFA: hue angle of 242.29º 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 #170EFA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 14 | 250 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.02 |
| HSL | 242.29º | 0.96% | 0.52% | - |
| HSV(B) | 242.29º | 0.94% | 0.98% | - |
| XYZ | 17.77 | 7.4 | 90.93 | - |
| YUV | 43.6 | 244.48 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 250 | 0.91 | 0.94 | 0 | 0.02 | 242.29 | 0.96 | 0.52 |
| Hex | 17 | E | FA | 5B | 5E | 0 | 2 | F2 | 60 | 34 |
| Octal | 27 | 16 | 372 | 133 | 136 | 0 | 2 | 362 | 140 | 64 |
| Binary | 10111 | 1110 | 11111010 | 1011011 | 1011110 | 0 | 10 | 11110010 | 1100000 | 110100 |
Color Harmonies of #170EFA
Complementary color
Monochromatic Colors of #170EFA
Black with #170EFA
Text Example
Text Example
White with #170EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EFA; }
p { color: rgb(23,14,250); }
H1.HeaderClassName
{
color: #170EFA;
}
.AnyTagClassName
{
color: #170EFA;
}
</style>
background-color css
<style>
a { background-color: #170EFA; }
a { background-color: rgb(23,14,250); }
div.DivClassName
{
background-color: #170EFA;
}
.BgClassName
{
background-color: #170EFA;
}
</style>
border-color css
<style>
span { border-color: #170EFA; }
span { border-color: rgb(23,14,250); }
td.TdClassName
{
border-color: #170EFA;
}
.TagClassName
{
border-color: #170EFA;
}
</style>