Shades of Blue #0A31FE
Tints of Blue #0A31FE
RGB
CMYK
RGB Variations
Color information
#0A31FE (or 0x0A31FE) is known color: Blue. HEX triplet: 0A, 31 and FE. RGB value is (10,49,254). Sum of RGB (Red+Green+Blue) = 10+49+254=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A31FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A31FE is #F5CE01. Grayscale: #3B3B3B. Windows color (decimal): -16109058 or 16658698. OLE color: 16658698.
HSL color Cylindrical-coordinate representation of color #0A31FE: hue angle of 230.41º 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 #0A31FE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 49 | 254 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.00 |
| HSL | 230.41º | 0.99% | 0.52% | - |
| HSV(B) | 230.41º | 0.96% | 1% | - |
| XYZ | 19.11 | 9.42 | 94.58 | - |
| YUV | 60.71 | 237.08 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 254 | 0.96 | 0.81 | 0 | 0.00 | 230.41 | 0.99 | 0.52 |
| Hex | A | 31 | FE | 60 | 51 | 0 | 0 | E6 | 63 | 34 |
| Octal | 12 | 61 | 376 | 140 | 121 | 0 | 0 | 346 | 143 | 64 |
| Binary | 1010 | 110001 | 11111110 | 1100000 | 1010001 | 0 | 0 | 11100110 | 1100011 | 110100 |
Color Harmonies of #0A31FE
Complementary color
Monochromatic Colors of #0A31FE
Black with #0A31FE
Text Example
Text Example
White with #0A31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31FE; }
p { color: rgb(10,49,254); }
H1.HeaderClassName
{
color: #0A31FE;
}
.AnyTagClassName
{
color: #0A31FE;
}
</style>
background-color css
<style>
a { background-color: #0A31FE; }
a { background-color: rgb(10,49,254); }
div.DivClassName
{
background-color: #0A31FE;
}
.BgClassName
{
background-color: #0A31FE;
}
</style>
border-color css
<style>
span { border-color: #0A31FE; }
span { border-color: rgb(10,49,254); }
td.TdClassName
{
border-color: #0A31FE;
}
.TagClassName
{
border-color: #0A31FE;
}
</style>