Shades of Blue #0A07FD
Tints of Blue #0A07FD
RGB
CMYK
RGB Variations
Color information
#0A07FD (or 0x0A07FD) is known color: Blue. HEX triplet: 0A, 07 and FD. RGB value is (10,7,253). Sum of RGB (Red+Green+Blue) = 10+7+253=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A07FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A07FD is #F5F802. Grayscale: #222222. Windows color (decimal): -16119811 or 16582410. OLE color: 16582410.
HSL color Cylindrical-coordinate representation of color #0A07FD: hue angle of 240.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A07FD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 7 | 253 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.01 |
| HSL | 240.73º | 0.98% | 0.51% | - |
| HSV(B) | 240.73º | 0.97% | 0.99% | - |
| XYZ | 17.93 | 7.31 | 93.39 | - |
| YUV | 35.94 | 250.49 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 253 | 0.96 | 0.97 | 0 | 0.01 | 240.73 | 0.98 | 0.51 |
| Hex | A | 7 | FD | 60 | 61 | 0 | 1 | F1 | 62 | 33 |
| Octal | 12 | 7 | 375 | 140 | 141 | 0 | 1 | 361 | 142 | 63 |
| Binary | 1010 | 111 | 11111101 | 1100000 | 1100001 | 0 | 1 | 11110001 | 1100010 | 110011 |
Color Harmonies of #0A07FD
Complementary color
Monochromatic Colors of #0A07FD
Black with #0A07FD
Text Example
Text Example
White with #0A07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07FD; }
p { color: rgb(10,7,253); }
H1.HeaderClassName
{
color: #0A07FD;
}
.AnyTagClassName
{
color: #0A07FD;
}
</style>
background-color css
<style>
a { background-color: #0A07FD; }
a { background-color: rgb(10,7,253); }
div.DivClassName
{
background-color: #0A07FD;
}
.BgClassName
{
background-color: #0A07FD;
}
</style>
border-color css
<style>
span { border-color: #0A07FD; }
span { border-color: rgb(10,7,253); }
td.TdClassName
{
border-color: #0A07FD;
}
.TagClassName
{
border-color: #0A07FD;
}
</style>