Shades of Blue #170FEA
Tints of Blue #170FEA
RGB
CMYK
RGB Variations
Color information
#170FEA (or 0x170FEA) is known color: Blue. HEX triplet: 17, 0F and EA. RGB value is (23,15,234). Sum of RGB (Red+Green+Blue) = 23+15+234=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #170FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FEA is #E8F015. Grayscale: #292929. Windows color (decimal): -15265814 or 15339287. OLE color: 15339287.
HSL color Cylindrical-coordinate representation of color #170FEA: hue angle of 242.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FEA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 15 | 234 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.08 |
| HSL | 242.19º | 0.88% | 0.49% | - |
| HSV(B) | 242.19º | 0.94% | 0.92% | - |
| XYZ | 15.38 | 6.46 | 78.28 | - |
| YUV | 42.36 | 236.15 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 234 | 0.90 | 0.94 | 0 | 0.08 | 242.19 | 0.88 | 0.49 |
| Hex | 17 | F | EA | 5A | 5E | 0 | 8 | F2 | 58 | 31 |
| Octal | 27 | 17 | 352 | 132 | 136 | 0 | 10 | 362 | 130 | 61 |
| Binary | 10111 | 1111 | 11101010 | 1011010 | 1011110 | 0 | 1000 | 11110010 | 1011000 | 110001 |
Color Harmonies of #170FEA
Complementary color
Monochromatic Colors of #170FEA
Black with #170FEA
Text Example
Text Example
White with #170FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FEA; }
p { color: rgb(23,15,234); }
H1.HeaderClassName
{
color: #170FEA;
}
.AnyTagClassName
{
color: #170FEA;
}
</style>
background-color css
<style>
a { background-color: #170FEA; }
a { background-color: rgb(23,15,234); }
div.DivClassName
{
background-color: #170FEA;
}
.BgClassName
{
background-color: #170FEA;
}
</style>
border-color css
<style>
span { border-color: #170FEA; }
span { border-color: rgb(23,15,234); }
td.TdClassName
{
border-color: #170FEA;
}
.TagClassName
{
border-color: #170FEA;
}
</style>