Shades of Blue #0A2FFE
Tints of Blue #0A2FFE
RGB
CMYK
RGB Variations
Color information
#0A2FFE (or 0x0A2FFE) is known color: Blue. HEX triplet: 0A, 2F and FE. RGB value is (10,47,254). Sum of RGB (Red+Green+Blue) = 10+47+254=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A2FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2FFE is #F5D001. Grayscale: #3A3A3A. Windows color (decimal): -16109570 or 16658186. OLE color: 16658186.
HSL color Cylindrical-coordinate representation of color #0A2FFE: hue angle of 230.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2FFE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 47 | 254 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.00 |
| HSL | 230.9º | 0.99% | 0.52% | - |
| HSV(B) | 230.9º | 0.96% | 1% | - |
| XYZ | 19.03 | 9.25 | 94.55 | - |
| YUV | 59.54 | 237.74 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 254 | 0.96 | 0.81 | 0 | 0.00 | 230.9 | 0.99 | 0.52 |
| Hex | A | 2F | FE | 60 | 51 | 0 | 0 | E7 | 63 | 34 |
| Octal | 12 | 57 | 376 | 140 | 121 | 0 | 0 | 347 | 143 | 64 |
| Binary | 1010 | 101111 | 11111110 | 1100000 | 1010001 | 0 | 0 | 11100111 | 1100011 | 110100 |
Color Harmonies of #0A2FFE
Complementary color
Monochromatic Colors of #0A2FFE
Black with #0A2FFE
Text Example
Text Example
White with #0A2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2FFE; }
p { color: rgb(10,47,254); }
H1.HeaderClassName
{
color: #0A2FFE;
}
.AnyTagClassName
{
color: #0A2FFE;
}
</style>
background-color css
<style>
a { background-color: #0A2FFE; }
a { background-color: rgb(10,47,254); }
div.DivClassName
{
background-color: #0A2FFE;
}
.BgClassName
{
background-color: #0A2FFE;
}
</style>
border-color css
<style>
span { border-color: #0A2FFE; }
span { border-color: rgb(10,47,254); }
td.TdClassName
{
border-color: #0A2FFE;
}
.TagClassName
{
border-color: #0A2FFE;
}
</style>