Shades of Blue #0A08FE
Tints of Blue #0A08FE
RGB
CMYK
RGB Variations
Color information
#0A08FE (or 0x0A08FE) is known color: Blue. HEX triplet: 0A, 08 and FE. RGB value is (10,8,254). Sum of RGB (Red+Green+Blue) = 10+8+254=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A08FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A08FE is #F5F701. Grayscale: #232323. Windows color (decimal): -16119554 or 16648202. OLE color: 16648202.
HSL color Cylindrical-coordinate representation of color #0A08FE: hue angle of 240.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A08FE is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 8 | 254 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.00 |
| HSL | 240.49º | 0.99% | 0.51% | - |
| HSV(B) | 240.49º | 0.97% | 1% | - |
| XYZ | 18.1 | 7.39 | 94.24 | - |
| YUV | 36.64 | 250.66 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 254 | 0.96 | 0.97 | 0 | 0.00 | 240.49 | 0.99 | 0.51 |
| Hex | A | 8 | FE | 60 | 61 | 0 | 0 | F0 | 63 | 33 |
| Octal | 12 | 10 | 376 | 140 | 141 | 0 | 0 | 360 | 143 | 63 |
| Binary | 1010 | 1000 | 11111110 | 1100000 | 1100001 | 0 | 0 | 11110000 | 1100011 | 110011 |
Color Harmonies of #0A08FE
Complementary color
Monochromatic Colors of #0A08FE
Black with #0A08FE
Text Example
Text Example
White with #0A08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A08FE; }
p { color: rgb(10,8,254); }
H1.HeaderClassName
{
color: #0A08FE;
}
.AnyTagClassName
{
color: #0A08FE;
}
</style>
background-color css
<style>
a { background-color: #0A08FE; }
a { background-color: rgb(10,8,254); }
div.DivClassName
{
background-color: #0A08FE;
}
.BgClassName
{
background-color: #0A08FE;
}
</style>
border-color css
<style>
span { border-color: #0A08FE; }
span { border-color: rgb(10,8,254); }
td.TdClassName
{
border-color: #0A08FE;
}
.TagClassName
{
border-color: #0A08FE;
}
</style>