Shades of Blue #0A31FF
Tints of Blue #0A31FF
RGB
CMYK
RGB Variations
Color information
#0A31FF (or 0x0A31FF) is known color: Blue. HEX triplet: 0A, 31 and FF. RGB value is (10,49,255). Sum of RGB (Red+Green+Blue) = 10+49+255=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A31FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A31FF is #F5CE00. Grayscale: #3B3B3B. Windows color (decimal): -16109057 or 16724234. OLE color: 16724234.
HSL color Cylindrical-coordinate representation of color #0A31FF: hue angle of 230.45º 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 #0A31FF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 49 | 255 | - |
| CMYK | 0.96 | 0.81 | 0 | 0 |
| HSL | 230.45º | 1% | 0.52% | - |
| HSV(B) | 230.45º | 0.96% | 1% | - |
| XYZ | 19.27 | 9.48 | 95.42 | - |
| YUV | 60.82 | 237.58 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 255 | 0.96 | 0.81 | 0 | 0 | 230.45 | 1 | 0.52 |
| Hex | A | 31 | FF | 60 | 51 | 0 | 0 | E6 | 64 | 34 |
| Octal | 12 | 61 | 377 | 140 | 121 | 0 | 0 | 346 | 144 | 64 |
| Binary | 1010 | 110001 | 11111111 | 1100000 | 1010001 | 0 | 0 | 11100110 | 1100100 | 110100 |
Color Harmonies of #0A31FF
Complementary color
Monochromatic Colors of #0A31FF
Black with #0A31FF
Text Example
Text Example
White with #0A31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31FF; }
p { color: rgb(10,49,255); }
H1.HeaderClassName
{
color: #0A31FF;
}
.AnyTagClassName
{
color: #0A31FF;
}
</style>
background-color css
<style>
a { background-color: #0A31FF; }
a { background-color: rgb(10,49,255); }
div.DivClassName
{
background-color: #0A31FF;
}
.BgClassName
{
background-color: #0A31FF;
}
</style>
border-color css
<style>
span { border-color: #0A31FF; }
span { border-color: rgb(10,49,255); }
td.TdClassName
{
border-color: #0A31FF;
}
.TagClassName
{
border-color: #0A31FF;
}
</style>