Shades of Blue #0829E9
Tints of Blue #0829E9
RGB
CMYK
RGB Variations
Color information
#0829E9 (or 0x0829E9) is known color: Blue. HEX triplet: 08, 29 and E9. RGB value is (8,41,233). Sum of RGB (Red+Green+Blue) = 8+41+233=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 233 (91.41% from 255 or 82.62% from 282); Max value from RGB is 233 - color contains mainly: blue. Hex color #0829E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829E9 is #F7D616. Grayscale: #343434. Windows color (decimal): -16242199 or 15280392. OLE color: 15280392.
HSL color Cylindrical-coordinate representation of color #0829E9: hue angle of 231.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0829E9 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 41 | 233 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.09 |
| HSL | 231.2º | 0.93% | 0.47% | - |
| HSV(B) | 231.2º | 0.97% | 0.91% | - |
| XYZ | 15.6 | 7.52 | 77.72 | - |
| YUV | 53.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 233 | 0.97 | 0.82 | 0 | 0.09 | 231.2 | 0.93 | 0.47 |
| Hex | 8 | 29 | E9 | 61 | 52 | 0 | 9 | E7 | 5D | 2F |
| Octal | 10 | 51 | 351 | 141 | 122 | 0 | 11 | 347 | 135 | 57 |
| Binary | 1000 | 101001 | 11101001 | 1100001 | 1010010 | 0 | 1001 | 11100111 | 1011101 | 101111 |
Color Harmonies of #0829E9
Complementary color
Monochromatic Colors of #0829E9
Black with #0829E9
Text Example
Text Example
White with #0829E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829E9; }
p { color: rgb(8,41,233); }
H1.HeaderClassName
{
color: #0829E9;
}
.AnyTagClassName
{
color: #0829E9;
}
</style>
background-color css
<style>
a { background-color: #0829E9; }
a { background-color: rgb(8,41,233); }
div.DivClassName
{
background-color: #0829E9;
}
.BgClassName
{
background-color: #0829E9;
}
</style>
border-color css
<style>
span { border-color: #0829E9; }
span { border-color: rgb(8,41,233); }
td.TdClassName
{
border-color: #0829E9;
}
.TagClassName
{
border-color: #0829E9;
}
</style>