Shades of Blue #0A17FE
Tints of Blue #0A17FE
RGB
CMYK
RGB Variations
Color information
#0A17FE (or 0x0A17FE) is known color: Blue. HEX triplet: 0A, 17 and FE. RGB value is (10,23,254). Sum of RGB (Red+Green+Blue) = 10+23+254=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 23 (9.38% from 255 or 8.01% 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 #0A17FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A17FE is #F5E801. Grayscale: #2C2C2C. Windows color (decimal): -16115714 or 16652042. OLE color: 16652042.
HSL color Cylindrical-coordinate representation of color #0A17FE: hue angle of 236.8º 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 #0A17FE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 23 | 254 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.00 |
| HSL | 236.8º | 0.99% | 0.52% | - |
| HSV(B) | 236.8º | 0.96% | 1% | - |
| XYZ | 18.32 | 7.83 | 94.31 | - |
| YUV | 45.45 | 245.69 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 254 | 0.96 | 0.91 | 0 | 0.00 | 236.8 | 0.99 | 0.52 |
| Hex | A | 17 | FE | 60 | 5B | 0 | 0 | ED | 63 | 34 |
| Octal | 12 | 27 | 376 | 140 | 133 | 0 | 0 | 355 | 143 | 64 |
| Binary | 1010 | 10111 | 11111110 | 1100000 | 1011011 | 0 | 0 | 11101101 | 1100011 | 110100 |
Color Harmonies of #0A17FE
Complementary color
Monochromatic Colors of #0A17FE
Black with #0A17FE
Text Example
Text Example
White with #0A17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A17FE; }
p { color: rgb(10,23,254); }
H1.HeaderClassName
{
color: #0A17FE;
}
.AnyTagClassName
{
color: #0A17FE;
}
</style>
background-color css
<style>
a { background-color: #0A17FE; }
a { background-color: rgb(10,23,254); }
div.DivClassName
{
background-color: #0A17FE;
}
.BgClassName
{
background-color: #0A17FE;
}
</style>
border-color css
<style>
span { border-color: #0A17FE; }
span { border-color: rgb(10,23,254); }
td.TdClassName
{
border-color: #0A17FE;
}
.TagClassName
{
border-color: #0A17FE;
}
</style>