Shades of Blue #0A0AFD
Tints of Blue #0A0AFD
RGB
CMYK
RGB Variations
Color information
#0A0AFD (or 0x0A0AFD) is known color: Blue. HEX triplet: 0A, 0A and FD. RGB value is (10,10,253). Sum of RGB (Red+Green+Blue) = 10+10+253=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 253 (99.22% from 255 or 92.67% from 273); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A0AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0AFD is #F5F502. Grayscale: #242424. Windows color (decimal): -16119043 or 16583178. OLE color: 16583178.
HSL color Cylindrical-coordinate representation of color #0A0AFD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0AFD is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 10 | 253 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.52% | - |
| HSV(B) | 240º | 0.96% | 0.99% | - |
| XYZ | 17.96 | 7.37 | 93.4 | - |
| YUV | 37.7 | 249.5 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 10 | 253 | 0.96 | 0.96 | 0 | 0.01 | 240 | 0.98 | 0.52 |
| Hex | A | A | FD | 60 | 60 | 0 | 1 | F0 | 62 | 34 |
| Octal | 12 | 12 | 375 | 140 | 140 | 0 | 1 | 360 | 142 | 64 |
| Binary | 1010 | 1010 | 11111101 | 1100000 | 1100000 | 0 | 1 | 11110000 | 1100010 | 110100 |
Color Harmonies of #0A0AFD
Complementary color
Monochromatic Colors of #0A0AFD
Black with #0A0AFD
Text Example
Text Example
White with #0A0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0AFD; }
p { color: rgb(10,10,253); }
H1.HeaderClassName
{
color: #0A0AFD;
}
.AnyTagClassName
{
color: #0A0AFD;
}
</style>
background-color css
<style>
a { background-color: #0A0AFD; }
a { background-color: rgb(10,10,253); }
div.DivClassName
{
background-color: #0A0AFD;
}
.BgClassName
{
background-color: #0A0AFD;
}
</style>
border-color css
<style>
span { border-color: #0A0AFD; }
span { border-color: rgb(10,10,253); }
td.TdClassName
{
border-color: #0A0AFD;
}
.TagClassName
{
border-color: #0A0AFD;
}
</style>