Shades of Blue #0A3BFB
Tints of Blue #0A3BFB
RGB
CMYK
RGB Variations
Color information
#0A3BFB (or 0x0A3BFB) is known color: Blue. HEX triplet: 0A, 3B and FB. RGB value is (10,59,251). Sum of RGB (Red+Green+Blue) = 10+59+251=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A3BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3BFB is #F5C404. Grayscale: #414141. Windows color (decimal): -16106501 or 16464650. OLE color: 16464650.
HSL color Cylindrical-coordinate representation of color #0A3BFB: hue angle of 227.8º 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 #0A3BFB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 59 | 251 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.02 |
| HSL | 227.8º | 0.97% | 0.51% | - |
| HSV(B) | 227.8º | 0.96% | 0.98% | - |
| XYZ | 19.1 | 10.16 | 92.22 | - |
| YUV | 66.24 | 232.27 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 251 | 0.96 | 0.76 | 0 | 0.02 | 227.8 | 0.97 | 0.51 |
| Hex | A | 3B | FB | 60 | 4C | 0 | 2 | E4 | 61 | 33 |
| Octal | 12 | 73 | 373 | 140 | 114 | 0 | 2 | 344 | 141 | 63 |
| Binary | 1010 | 111011 | 11111011 | 1100000 | 1001100 | 0 | 10 | 11100100 | 1100001 | 110011 |
Color Harmonies of #0A3BFB
Complementary color
Monochromatic Colors of #0A3BFB
Black with #0A3BFB
Text Example
Text Example
White with #0A3BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3BFB; }
p { color: rgb(10,59,251); }
H1.HeaderClassName
{
color: #0A3BFB;
}
.AnyTagClassName
{
color: #0A3BFB;
}
</style>
background-color css
<style>
a { background-color: #0A3BFB; }
a { background-color: rgb(10,59,251); }
div.DivClassName
{
background-color: #0A3BFB;
}
.BgClassName
{
background-color: #0A3BFB;
}
</style>
border-color css
<style>
span { border-color: #0A3BFB; }
span { border-color: rgb(10,59,251); }
td.TdClassName
{
border-color: #0A3BFB;
}
.TagClassName
{
border-color: #0A3BFB;
}
</style>