Shades of Blue #0831FB
Tints of Blue #0831FB
RGB
CMYK
RGB Variations
Color information
#0831FB (or 0x0831FB) is known color: Blue. HEX triplet: 08, 31 and FB. RGB value is (8,49,251). Sum of RGB (Red+Green+Blue) = 8+49+251=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #0831FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0831FB is #F7CE04. Grayscale: #3A3A3A. Windows color (decimal): -16240133 or 16462088. OLE color: 16462088.
HSL color Cylindrical-coordinate representation of color #0831FB: hue angle of 229.88º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0831FB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 49 | 251 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.02 |
| HSL | 229.88º | 0.97% | 0.51% | - |
| HSV(B) | 229.88º | 0.97% | 0.98% | - |
| XYZ | 18.61 | 9.21 | 92.06 | - |
| YUV | 59.77 | 235.92 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 251 | 0.97 | 0.80 | 0 | 0.02 | 229.88 | 0.97 | 0.51 |
| Hex | 8 | 31 | FB | 61 | 50 | 0 | 2 | E6 | 61 | 33 |
| Octal | 10 | 61 | 373 | 141 | 120 | 0 | 2 | 346 | 141 | 63 |
| Binary | 1000 | 110001 | 11111011 | 1100001 | 1010000 | 0 | 10 | 11100110 | 1100001 | 110011 |
Color Harmonies of #0831FB
Complementary color
Monochromatic Colors of #0831FB
Black with #0831FB
Text Example
Text Example
White with #0831FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831FB; }
p { color: rgb(8,49,251); }
H1.HeaderClassName
{
color: #0831FB;
}
.AnyTagClassName
{
color: #0831FB;
}
</style>
background-color css
<style>
a { background-color: #0831FB; }
a { background-color: rgb(8,49,251); }
div.DivClassName
{
background-color: #0831FB;
}
.BgClassName
{
background-color: #0831FB;
}
</style>
border-color css
<style>
span { border-color: #0831FB; }
span { border-color: rgb(8,49,251); }
td.TdClassName
{
border-color: #0831FB;
}
.TagClassName
{
border-color: #0831FB;
}
</style>