Shades of Blue #0831EF
Tints of Blue #0831EF
RGB
CMYK
RGB Variations
Color information
#0831EF (or 0x0831EF) is known color: Blue. HEX triplet: 08, 31 and EF. RGB value is (8,49,239). Sum of RGB (Red+Green+Blue) = 8+49+239=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #0831EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0831EF is #F7CE10. Grayscale: #393939. Windows color (decimal): -16240145 or 15675656. OLE color: 15675656.
HSL color Cylindrical-coordinate representation of color #0831EF: hue angle of 229.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0831EF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 49 | 239 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.06 |
| HSL | 229.35º | 0.94% | 0.48% | - |
| HSV(B) | 229.35º | 0.97% | 0.94% | - |
| XYZ | 16.78 | 8.48 | 82.41 | - |
| YUV | 58.4 | 229.92 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 239 | 0.97 | 0.79 | 0 | 0.06 | 229.35 | 0.94 | 0.48 |
| Hex | 8 | 31 | EF | 61 | 4F | 0 | 6 | E5 | 5E | 30 |
| Octal | 10 | 61 | 357 | 141 | 117 | 0 | 6 | 345 | 136 | 60 |
| Binary | 1000 | 110001 | 11101111 | 1100001 | 1001111 | 0 | 110 | 11100101 | 1011110 | 110000 |
Color Harmonies of #0831EF
Complementary color
Monochromatic Colors of #0831EF
Black with #0831EF
Text Example
Text Example
White with #0831EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831EF; }
p { color: rgb(8,49,239); }
H1.HeaderClassName
{
color: #0831EF;
}
.AnyTagClassName
{
color: #0831EF;
}
</style>
background-color css
<style>
a { background-color: #0831EF; }
a { background-color: rgb(8,49,239); }
div.DivClassName
{
background-color: #0831EF;
}
.BgClassName
{
background-color: #0831EF;
}
</style>
border-color css
<style>
span { border-color: #0831EF; }
span { border-color: rgb(8,49,239); }
td.TdClassName
{
border-color: #0831EF;
}
.TagClassName
{
border-color: #0831EF;
}
</style>