Shades of Blue #0A2FFF
Tints of Blue #0A2FFF
RGB
CMYK
RGB Variations
Color information
#0A2FFF (or 0x0A2FFF) is known color: Blue. HEX triplet: 0A, 2F and FF. RGB value is (10,47,255). Sum of RGB (Red+Green+Blue) = 10+47+255=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A2FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2FFF is #F5D000. Grayscale: #3A3A3A. Windows color (decimal): -16109569 or 16723722. OLE color: 16723722.
HSL color Cylindrical-coordinate representation of color #0A2FFF: hue angle of 230.94º 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 #0A2FFF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 47 | 255 | - |
| CMYK | 0.96 | 0.82 | 0 | 0 |
| HSL | 230.94º | 1% | 0.52% | - |
| HSV(B) | 230.94º | 0.96% | 1% | - |
| XYZ | 19.19 | 9.32 | 95.39 | - |
| YUV | 59.65 | 238.24 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 255 | 0.96 | 0.82 | 0 | 0 | 230.94 | 1 | 0.52 |
| Hex | A | 2F | FF | 60 | 52 | 0 | 0 | E7 | 64 | 34 |
| Octal | 12 | 57 | 377 | 140 | 122 | 0 | 0 | 347 | 144 | 64 |
| Binary | 1010 | 101111 | 11111111 | 1100000 | 1010010 | 0 | 0 | 11100111 | 1100100 | 110100 |
Color Harmonies of #0A2FFF
Complementary color
Monochromatic Colors of #0A2FFF
Black with #0A2FFF
Text Example
Text Example
White with #0A2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2FFF; }
p { color: rgb(10,47,255); }
H1.HeaderClassName
{
color: #0A2FFF;
}
.AnyTagClassName
{
color: #0A2FFF;
}
</style>
background-color css
<style>
a { background-color: #0A2FFF; }
a { background-color: rgb(10,47,255); }
div.DivClassName
{
background-color: #0A2FFF;
}
.BgClassName
{
background-color: #0A2FFF;
}
</style>
border-color css
<style>
span { border-color: #0A2FFF; }
span { border-color: rgb(10,47,255); }
td.TdClassName
{
border-color: #0A2FFF;
}
.TagClassName
{
border-color: #0A2FFF;
}
</style>