Shades of Blue #0829EB
Tints of Blue #0829EB
RGB
CMYK
RGB Variations
Color information
#0829EB (or 0x0829EB) is known color: Blue. HEX triplet: 08, 29 and EB. RGB value is (8,41,235). Sum of RGB (Red+Green+Blue) = 8+41+235=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #0829EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829EB is #F7D614. Grayscale: #343434. Windows color (decimal): -16242197 or 15411464. OLE color: 15411464.
HSL color Cylindrical-coordinate representation of color #0829EB: hue angle of 231.28º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0829EB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 41 | 235 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.08 |
| HSL | 231.28º | 0.93% | 0.48% | - |
| HSV(B) | 231.28º | 0.97% | 0.92% | - |
| XYZ | 15.89 | 7.64 | 79.23 | - |
| YUV | 53.25 | 230.57 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 235 | 0.97 | 0.83 | 0 | 0.08 | 231.28 | 0.93 | 0.48 |
| Hex | 8 | 29 | EB | 61 | 53 | 0 | 8 | E7 | 5D | 30 |
| Octal | 10 | 51 | 353 | 141 | 123 | 0 | 10 | 347 | 135 | 60 |
| Binary | 1000 | 101001 | 11101011 | 1100001 | 1010011 | 0 | 1000 | 11100111 | 1011101 | 110000 |
Color Harmonies of #0829EB
Complementary color
Monochromatic Colors of #0829EB
Black with #0829EB
Text Example
Text Example
White with #0829EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829EB; }
p { color: rgb(8,41,235); }
H1.HeaderClassName
{
color: #0829EB;
}
.AnyTagClassName
{
color: #0829EB;
}
</style>
background-color css
<style>
a { background-color: #0829EB; }
a { background-color: rgb(8,41,235); }
div.DivClassName
{
background-color: #0829EB;
}
.BgClassName
{
background-color: #0829EB;
}
</style>
border-color css
<style>
span { border-color: #0829EB; }
span { border-color: rgb(8,41,235); }
td.TdClassName
{
border-color: #0829EB;
}
.TagClassName
{
border-color: #0829EB;
}
</style>