Shades of Blue #0831FF
Tints of Blue #0831FF
RGB
CMYK
RGB Variations
Color information
#0831FF (or 0x0831FF) is known color: Blue. HEX triplet: 08, 31 and FF. RGB value is (8,49,255). Sum of RGB (Red+Green+Blue) = 8+49+255=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 49 (19.53% from 255 or 15.71% 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 #0831FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0831FF is #F7CE00. Grayscale: #3B3B3B. Windows color (decimal): -16240129 or 16724232. OLE color: 16724232.
HSL color Cylindrical-coordinate representation of color #0831FF: hue angle of 230.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0831FF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 49 | 255 | - |
| CMYK | 0.97 | 0.81 | 0 | 0 |
| HSL | 230.04º | 1% | 0.52% | - |
| HSV(B) | 230.04º | 0.97% | 1% | - |
| XYZ | 19.25 | 9.47 | 95.42 | - |
| YUV | 60.23 | 237.92 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 255 | 0.97 | 0.81 | 0 | 0 | 230.04 | 1 | 0.52 |
| Hex | 8 | 31 | FF | 61 | 51 | 0 | 0 | E6 | 64 | 34 |
| Octal | 10 | 61 | 377 | 141 | 121 | 0 | 0 | 346 | 144 | 64 |
| Binary | 1000 | 110001 | 11111111 | 1100001 | 1010001 | 0 | 0 | 11100110 | 1100100 | 110100 |
Color Harmonies of #0831FF
Complementary color
Monochromatic Colors of #0831FF
Black with #0831FF
Text Example
Text Example
White with #0831FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831FF; }
p { color: rgb(8,49,255); }
H1.HeaderClassName
{
color: #0831FF;
}
.AnyTagClassName
{
color: #0831FF;
}
</style>
background-color css
<style>
a { background-color: #0831FF; }
a { background-color: rgb(8,49,255); }
div.DivClassName
{
background-color: #0831FF;
}
.BgClassName
{
background-color: #0831FF;
}
</style>
border-color css
<style>
span { border-color: #0831FF; }
span { border-color: rgb(8,49,255); }
td.TdClassName
{
border-color: #0831FF;
}
.TagClassName
{
border-color: #0831FF;
}
</style>