Shades of Blue #0A07EC
Tints of Blue #0A07EC
RGB
CMYK
RGB Variations
Color information
#0A07EC (or 0x0A07EC) is known color: Blue. HEX triplet: 0A, 07 and EC. RGB value is (10,7,236). Sum of RGB (Red+Green+Blue) = 10+7+236=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 236 (92.58% from 255 or 93.28% from 253); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A07EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A07EC is #F5F813. Grayscale: #212121. Windows color (decimal): -16119828 or 15468298. OLE color: 15468298.
HSL color Cylindrical-coordinate representation of color #0A07EC: hue angle of 240.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07EC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 7 | 236 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.07 |
| HSL | 240.79º | 0.94% | 0.48% | - |
| HSV(B) | 240.79º | 0.97% | 0.93% | - |
| XYZ | 15.34 | 6.27 | 79.76 | - |
| YUV | 34 | 241.99 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 236 | 0.96 | 0.97 | 0 | 0.07 | 240.79 | 0.94 | 0.48 |
| Hex | A | 7 | EC | 60 | 61 | 0 | 7 | F1 | 5E | 30 |
| Octal | 12 | 7 | 354 | 140 | 141 | 0 | 7 | 361 | 136 | 60 |
| Binary | 1010 | 111 | 11101100 | 1100000 | 1100001 | 0 | 111 | 11110001 | 1011110 | 110000 |
Color Harmonies of #0A07EC
Complementary color
Monochromatic Colors of #0A07EC
Black with #0A07EC
Text Example
Text Example
White with #0A07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07EC; }
p { color: rgb(10,7,236); }
H1.HeaderClassName
{
color: #0A07EC;
}
.AnyTagClassName
{
color: #0A07EC;
}
</style>
background-color css
<style>
a { background-color: #0A07EC; }
a { background-color: rgb(10,7,236); }
div.DivClassName
{
background-color: #0A07EC;
}
.BgClassName
{
background-color: #0A07EC;
}
</style>
border-color css
<style>
span { border-color: #0A07EC; }
span { border-color: rgb(10,7,236); }
td.TdClassName
{
border-color: #0A07EC;
}
.TagClassName
{
border-color: #0A07EC;
}
</style>