Shades of Blue #0A3EFF
Tints of Blue #0A3EFF
RGB
CMYK
RGB Variations
Color information
#0A3EFF (or 0x0A3EFF) is known color: Blue. HEX triplet: 0A, 3E and FF. RGB value is (10,62,255). Sum of RGB (Red+Green+Blue) = 10+62+255=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A3EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3EFF is #F5C100. Grayscale: #434343. Windows color (decimal): -16105729 or 16727562. OLE color: 16727562.
HSL color Cylindrical-coordinate representation of color #0A3EFF: hue angle of 227.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3EFF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 62 | 255 | - |
| CMYK | 0.96 | 0.76 | 0 | 0 |
| HSL | 227.27º | 1% | 0.52% | - |
| HSV(B) | 227.27º | 0.96% | 1% | - |
| XYZ | 19.9 | 10.73 | 95.63 | - |
| YUV | 68.45 | 233.27 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 255 | 0.96 | 0.76 | 0 | 0 | 227.27 | 1 | 0.52 |
| Hex | A | 3E | FF | 60 | 4C | 0 | 0 | E3 | 64 | 34 |
| Octal | 12 | 76 | 377 | 140 | 114 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1010 | 111110 | 11111111 | 1100000 | 1001100 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #0A3EFF
Complementary color
Monochromatic Colors of #0A3EFF
Black with #0A3EFF
Text Example
Text Example
White with #0A3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3EFF; }
p { color: rgb(10,62,255); }
H1.HeaderClassName
{
color: #0A3EFF;
}
.AnyTagClassName
{
color: #0A3EFF;
}
</style>
background-color css
<style>
a { background-color: #0A3EFF; }
a { background-color: rgb(10,62,255); }
div.DivClassName
{
background-color: #0A3EFF;
}
.BgClassName
{
background-color: #0A3EFF;
}
</style>
border-color css
<style>
span { border-color: #0A3EFF; }
span { border-color: rgb(10,62,255); }
td.TdClassName
{
border-color: #0A3EFF;
}
.TagClassName
{
border-color: #0A3EFF;
}
</style>