Shades of Blue #0829EC
Tints of Blue #0829EC
RGB
CMYK
RGB Variations
Color information
#0829EC (or 0x0829EC) is known color: Blue. HEX triplet: 08, 29 and EC. RGB value is (8,41,236). Sum of RGB (Red+Green+Blue) = 8+41+236=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #0829EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829EC is #F7D613. Grayscale: #343434. Windows color (decimal): -16242196 or 15477000. OLE color: 15477000.
HSL color Cylindrical-coordinate representation of color #0829EC: hue angle of 231.32º 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 #0829EC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 41 | 236 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.07 |
| HSL | 231.32º | 0.93% | 0.48% | - |
| HSV(B) | 231.32º | 0.97% | 0.93% | - |
| XYZ | 16.03 | 7.69 | 80 | - |
| YUV | 53.36 | 231.07 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 236 | 0.97 | 0.83 | 0 | 0.07 | 231.32 | 0.93 | 0.48 |
| Hex | 8 | 29 | EC | 61 | 53 | 0 | 7 | E7 | 5D | 30 |
| Octal | 10 | 51 | 354 | 141 | 123 | 0 | 7 | 347 | 135 | 60 |
| Binary | 1000 | 101001 | 11101100 | 1100001 | 1010011 | 0 | 111 | 11100111 | 1011101 | 110000 |
Color Harmonies of #0829EC
Complementary color
Monochromatic Colors of #0829EC
Black with #0829EC
Text Example
Text Example
White with #0829EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829EC; }
p { color: rgb(8,41,236); }
H1.HeaderClassName
{
color: #0829EC;
}
.AnyTagClassName
{
color: #0829EC;
}
</style>
background-color css
<style>
a { background-color: #0829EC; }
a { background-color: rgb(8,41,236); }
div.DivClassName
{
background-color: #0829EC;
}
.BgClassName
{
background-color: #0829EC;
}
</style>
border-color css
<style>
span { border-color: #0829EC; }
span { border-color: rgb(8,41,236); }
td.TdClassName
{
border-color: #0829EC;
}
.TagClassName
{
border-color: #0829EC;
}
</style>