Shades of Blue #0A07FE
Tints of Blue #0A07FE
RGB
CMYK
RGB Variations
Color information
#0A07FE (or 0x0A07FE) is known color: Blue. HEX triplet: 0A, 07 and FE. RGB value is (10,7,254). Sum of RGB (Red+Green+Blue) = 10+7+254=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A07FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A07FE is #F5F801. Grayscale: #232323. Windows color (decimal): -16119810 or 16647946. OLE color: 16647946.
HSL color Cylindrical-coordinate representation of color #0A07FE: hue angle of 240.73º 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 #0A07FE is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 7 | 254 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.00 |
| HSL | 240.73º | 0.99% | 0.51% | - |
| HSV(B) | 240.73º | 0.97% | 1% | - |
| XYZ | 18.09 | 7.37 | 94.24 | - |
| YUV | 36.06 | 250.99 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 254 | 0.96 | 0.97 | 0 | 0.00 | 240.73 | 0.99 | 0.51 |
| Hex | A | 7 | FE | 60 | 61 | 0 | 0 | F1 | 63 | 33 |
| Octal | 12 | 7 | 376 | 140 | 141 | 0 | 0 | 361 | 143 | 63 |
| Binary | 1010 | 111 | 11111110 | 1100000 | 1100001 | 0 | 0 | 11110001 | 1100011 | 110011 |
Color Harmonies of #0A07FE
Complementary color
Monochromatic Colors of #0A07FE
Black with #0A07FE
Text Example
Text Example
White with #0A07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07FE; }
p { color: rgb(10,7,254); }
H1.HeaderClassName
{
color: #0A07FE;
}
.AnyTagClassName
{
color: #0A07FE;
}
</style>
background-color css
<style>
a { background-color: #0A07FE; }
a { background-color: rgb(10,7,254); }
div.DivClassName
{
background-color: #0A07FE;
}
.BgClassName
{
background-color: #0A07FE;
}
</style>
border-color css
<style>
span { border-color: #0A07FE; }
span { border-color: rgb(10,7,254); }
td.TdClassName
{
border-color: #0A07FE;
}
.TagClassName
{
border-color: #0A07FE;
}
</style>