Shades of Blue #0A00FE
Tints of Blue #0A00FE
RGB
CMYK
RGB Variations
Color information
#0A00FE (or 0x0A00FE) is known color: Blue. HEX triplet: 0A, 00 and FE. RGB value is (10,0,254). Sum of RGB (Red+Green+Blue) = 10+0+254=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 254 (99.61% from 255 or 96.21% from 264); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A00FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A00FE is #F5FF01. Grayscale: #1E1E1E. Windows color (decimal): -16121602 or 16646154. OLE color: 16646154.
HSL color Cylindrical-coordinate representation of color #0A00FE: hue angle of 242.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00FE is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 0 | 254 | - |
| CMYK | 0.96 | 1 | 0 | 0.00 |
| HSL | 242.36º | 1% | 0.5% | - |
| HSV(B) | 242.36º | 1% | 1% | - |
| XYZ | 18.01 | 7.22 | 94.21 | - |
| YUV | 31.95 | 253.31 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 254 | 0.96 | 1 | 0 | 0.00 | 242.36 | 1 | 0.5 |
| Hex | A | 0 | FE | 60 | 64 | 0 | 0 | F2 | 64 | 32 |
| Octal | 12 | 0 | 376 | 140 | 144 | 0 | 0 | 362 | 144 | 62 |
| Binary | 1010 | 0 | 11111110 | 1100000 | 1100100 | 0 | 0 | 11110010 | 1100100 | 110010 |
Color Harmonies of #0A00FE
Complementary color
Monochromatic Colors of #0A00FE
Black with #0A00FE
Text Example
Text Example
White with #0A00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00FE; }
p { color: rgb(10,0,254); }
H1.HeaderClassName
{
color: #0A00FE;
}
.AnyTagClassName
{
color: #0A00FE;
}
</style>
background-color css
<style>
a { background-color: #0A00FE; }
a { background-color: rgb(10,0,254); }
div.DivClassName
{
background-color: #0A00FE;
}
.BgClassName
{
background-color: #0A00FE;
}
</style>
border-color css
<style>
span { border-color: #0A00FE; }
span { border-color: rgb(10,0,254); }
td.TdClassName
{
border-color: #0A00FE;
}
.TagClassName
{
border-color: #0A00FE;
}
</style>