Shades of Blue #0829EE
Tints of Blue #0829EE
RGB
CMYK
RGB Variations
Color information
#0829EE (or 0x0829EE) is known color: Blue. HEX triplet: 08, 29 and EE. RGB value is (8,41,238). Sum of RGB (Red+Green+Blue) = 8+41+238=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #0829EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829EE is #F7D611. Grayscale: #343434. Windows color (decimal): -16242194 or 15608072. OLE color: 15608072.
HSL color Cylindrical-coordinate representation of color #0829EE: hue angle of 231.39º 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 #0829EE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 41 | 238 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.07 |
| HSL | 231.39º | 0.93% | 0.48% | - |
| HSV(B) | 231.39º | 0.97% | 0.93% | - |
| XYZ | 16.33 | 7.81 | 81.54 | - |
| YUV | 53.59 | 232.07 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 238 | 0.97 | 0.83 | 0 | 0.07 | 231.39 | 0.93 | 0.48 |
| Hex | 8 | 29 | EE | 61 | 53 | 0 | 7 | E7 | 5D | 30 |
| Octal | 10 | 51 | 356 | 141 | 123 | 0 | 7 | 347 | 135 | 60 |
| Binary | 1000 | 101001 | 11101110 | 1100001 | 1010011 | 0 | 111 | 11100111 | 1011101 | 110000 |
Color Harmonies of #0829EE
Complementary color
Monochromatic Colors of #0829EE
Black with #0829EE
Text Example
Text Example
White with #0829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829EE; }
p { color: rgb(8,41,238); }
H1.HeaderClassName
{
color: #0829EE;
}
.AnyTagClassName
{
color: #0829EE;
}
</style>
background-color css
<style>
a { background-color: #0829EE; }
a { background-color: rgb(8,41,238); }
div.DivClassName
{
background-color: #0829EE;
}
.BgClassName
{
background-color: #0829EE;
}
</style>
border-color css
<style>
span { border-color: #0829EE; }
span { border-color: rgb(8,41,238); }
td.TdClassName
{
border-color: #0829EE;
}
.TagClassName
{
border-color: #0829EE;
}
</style>