Shades of Blue #170AFE
Tints of Blue #170AFE
RGB
CMYK
RGB Variations
Color information
#170AFE (or 0x170AFE) is known color: Blue. HEX triplet: 17, 0A and FE. RGB value is (23,10,254). Sum of RGB (Red+Green+Blue) = 23+10+254=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #170AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170AFE is #E8F501. Grayscale: #282828. Windows color (decimal): -15267074 or 16648727. OLE color: 16648727.
HSL color Cylindrical-coordinate representation of color #170AFE: hue angle of 243.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170AFE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 10 | 254 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.00 |
| HSL | 243.2º | 0.99% | 0.52% | - |
| HSV(B) | 243.2º | 0.96% | 1% | - |
| XYZ | 18.35 | 7.55 | 94.26 | - |
| YUV | 41.7 | 247.81 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 254 | 0.91 | 0.96 | 0 | 0.00 | 243.2 | 0.99 | 0.52 |
| Hex | 17 | A | FE | 5B | 60 | 0 | 0 | F3 | 63 | 34 |
| Octal | 27 | 12 | 376 | 133 | 140 | 0 | 0 | 363 | 143 | 64 |
| Binary | 10111 | 1010 | 11111110 | 1011011 | 1100000 | 0 | 0 | 11110011 | 1100011 | 110100 |
Color Harmonies of #170AFE
Complementary color
Monochromatic Colors of #170AFE
Black with #170AFE
Text Example
Text Example
White with #170AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170AFE; }
p { color: rgb(23,10,254); }
H1.HeaderClassName
{
color: #170AFE;
}
.AnyTagClassName
{
color: #170AFE;
}
</style>
background-color css
<style>
a { background-color: #170AFE; }
a { background-color: rgb(23,10,254); }
div.DivClassName
{
background-color: #170AFE;
}
.BgClassName
{
background-color: #170AFE;
}
</style>
border-color css
<style>
span { border-color: #170AFE; }
span { border-color: rgb(23,10,254); }
td.TdClassName
{
border-color: #170AFE;
}
.TagClassName
{
border-color: #170AFE;
}
</style>