Shades of Blue #0831EE
Tints of Blue #0831EE
RGB
CMYK
RGB Variations
Color information
#0831EE (or 0x0831EE) is known color: Blue. HEX triplet: 08, 31 and EE. RGB value is (8,49,238). Sum of RGB (Red+Green+Blue) = 8+49+238=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 238 (93.36% from 255 or 80.68% from 295); Max value from RGB is 238 - color contains mainly: blue. Hex color #0831EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0831EE is #F7CE11. Grayscale: #393939. Windows color (decimal): -16240146 or 15610120. OLE color: 15610120.
HSL color Cylindrical-coordinate representation of color #0831EE: hue angle of 229.3º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0831EE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 49 | 238 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.07 |
| HSL | 229.3º | 0.93% | 0.48% | - |
| HSV(B) | 229.3º | 0.97% | 0.93% | - |
| XYZ | 16.63 | 8.42 | 81.64 | - |
| YUV | 58.29 | 229.42 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 238 | 0.97 | 0.79 | 0 | 0.07 | 229.3 | 0.93 | 0.48 |
| Hex | 8 | 31 | EE | 61 | 4F | 0 | 7 | E5 | 5D | 30 |
| Octal | 10 | 61 | 356 | 141 | 117 | 0 | 7 | 345 | 135 | 60 |
| Binary | 1000 | 110001 | 11101110 | 1100001 | 1001111 | 0 | 111 | 11100101 | 1011101 | 110000 |
Color Harmonies of #0831EE
Complementary color
Monochromatic Colors of #0831EE
Black with #0831EE
Text Example
Text Example
White with #0831EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831EE; }
p { color: rgb(8,49,238); }
H1.HeaderClassName
{
color: #0831EE;
}
.AnyTagClassName
{
color: #0831EE;
}
</style>
background-color css
<style>
a { background-color: #0831EE; }
a { background-color: rgb(8,49,238); }
div.DivClassName
{
background-color: #0831EE;
}
.BgClassName
{
background-color: #0831EE;
}
</style>
border-color css
<style>
span { border-color: #0831EE; }
span { border-color: rgb(8,49,238); }
td.TdClassName
{
border-color: #0831EE;
}
.TagClassName
{
border-color: #0831EE;
}
</style>