Shades of Blue #0A2AFB
Tints of Blue #0A2AFB
RGB
CMYK
RGB Variations
Color information
#0A2AFB (or 0x0A2AFB) is known color: Blue. HEX triplet: 0A, 2A and FB. RGB value is (10,42,251). Sum of RGB (Red+Green+Blue) = 10+42+251=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 251 (98.44% from 255 or 82.84% from 303); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A2AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2AFB is #F5D504. Grayscale: #373737. Windows color (decimal): -16110853 or 16460298. OLE color: 16460298.
HSL color Cylindrical-coordinate representation of color #0A2AFB: hue angle of 232.03º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2AFB is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 42 | 251 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.02 |
| HSL | 232.03º | 0.97% | 0.51% | - |
| HSV(B) | 232.03º | 0.96% | 0.98% | - |
| XYZ | 18.37 | 8.69 | 91.98 | - |
| YUV | 56.26 | 237.9 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 251 | 0.96 | 0.83 | 0 | 0.02 | 232.03 | 0.97 | 0.51 |
| Hex | A | 2A | FB | 60 | 53 | 0 | 2 | E8 | 61 | 33 |
| Octal | 12 | 52 | 373 | 140 | 123 | 0 | 2 | 350 | 141 | 63 |
| Binary | 1010 | 101010 | 11111011 | 1100000 | 1010011 | 0 | 10 | 11101000 | 1100001 | 110011 |
Color Harmonies of #0A2AFB
Complementary color
Monochromatic Colors of #0A2AFB
Black with #0A2AFB
Text Example
Text Example
White with #0A2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2AFB; }
p { color: rgb(10,42,251); }
H1.HeaderClassName
{
color: #0A2AFB;
}
.AnyTagClassName
{
color: #0A2AFB;
}
</style>
background-color css
<style>
a { background-color: #0A2AFB; }
a { background-color: rgb(10,42,251); }
div.DivClassName
{
background-color: #0A2AFB;
}
.BgClassName
{
background-color: #0A2AFB;
}
</style>
border-color css
<style>
span { border-color: #0A2AFB; }
span { border-color: rgb(10,42,251); }
td.TdClassName
{
border-color: #0A2AFB;
}
.TagClassName
{
border-color: #0A2AFB;
}
</style>