Shades of Blue #0A07EA
Tints of Blue #0A07EA
RGB
CMYK
RGB Variations
Color information
#0A07EA (or 0x0A07EA) is known color: Blue. HEX triplet: 0A, 07 and EA. RGB value is (10,7,234). Sum of RGB (Red+Green+Blue) = 10+7+234=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 234 (91.80% from 255 or 93.23% from 251); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A07EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A07EA is #F5F815. Grayscale: #202020. Windows color (decimal): -16119830 or 15337226. OLE color: 15337226.
HSL color Cylindrical-coordinate representation of color #0A07EA: hue angle of 240.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07EA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 7 | 234 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.08 |
| HSL | 240.79º | 0.94% | 0.47% | - |
| HSV(B) | 240.79º | 0.97% | 0.92% | - |
| XYZ | 15.05 | 6.16 | 78.24 | - |
| YUV | 33.78 | 240.99 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 234 | 0.96 | 0.97 | 0 | 0.08 | 240.79 | 0.94 | 0.47 |
| Hex | A | 7 | EA | 60 | 61 | 0 | 8 | F1 | 5E | 2F |
| Octal | 12 | 7 | 352 | 140 | 141 | 0 | 10 | 361 | 136 | 57 |
| Binary | 1010 | 111 | 11101010 | 1100000 | 1100001 | 0 | 1000 | 11110001 | 1011110 | 101111 |
Color Harmonies of #0A07EA
Complementary color
Monochromatic Colors of #0A07EA
Black with #0A07EA
Text Example
Text Example
White with #0A07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07EA; }
p { color: rgb(10,7,234); }
H1.HeaderClassName
{
color: #0A07EA;
}
.AnyTagClassName
{
color: #0A07EA;
}
</style>
background-color css
<style>
a { background-color: #0A07EA; }
a { background-color: rgb(10,7,234); }
div.DivClassName
{
background-color: #0A07EA;
}
.BgClassName
{
background-color: #0A07EA;
}
</style>
border-color css
<style>
span { border-color: #0A07EA; }
span { border-color: rgb(10,7,234); }
td.TdClassName
{
border-color: #0A07EA;
}
.TagClassName
{
border-color: #0A07EA;
}
</style>