Shades of Blue #0824EE
Tints of Blue #0824EE
RGB
CMYK
RGB Variations
Color information
#0824EE (or 0x0824EE) is known color: Blue. HEX triplet: 08, 24 and EE. RGB value is (8,36,238). Sum of RGB (Red+Green+Blue) = 8+36+238=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #0824EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0824EE is #F7DB11. Grayscale: #313131. Windows color (decimal): -16243474 or 15606792. OLE color: 15606792.
HSL color Cylindrical-coordinate representation of color #0824EE: hue angle of 232.7º 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 #0824EE is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 36 | 238 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.07 |
| HSL | 232.7º | 0.93% | 0.48% | - |
| HSV(B) | 232.7º | 0.97% | 0.93% | - |
| XYZ | 16.16 | 7.49 | 81.48 | - |
| YUV | 50.66 | 233.72 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 238 | 0.97 | 0.85 | 0 | 0.07 | 232.7 | 0.93 | 0.48 |
| Hex | 8 | 24 | EE | 61 | 55 | 0 | 7 | E9 | 5D | 30 |
| Octal | 10 | 44 | 356 | 141 | 125 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1000 | 100100 | 11101110 | 1100001 | 1010101 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0824EE
Complementary color
Monochromatic Colors of #0824EE
Black with #0824EE
Text Example
Text Example
White with #0824EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824EE; }
p { color: rgb(8,36,238); }
H1.HeaderClassName
{
color: #0824EE;
}
.AnyTagClassName
{
color: #0824EE;
}
</style>
background-color css
<style>
a { background-color: #0824EE; }
a { background-color: rgb(8,36,238); }
div.DivClassName
{
background-color: #0824EE;
}
.BgClassName
{
background-color: #0824EE;
}
</style>
border-color css
<style>
span { border-color: #0824EE; }
span { border-color: rgb(8,36,238); }
td.TdClassName
{
border-color: #0824EE;
}
.TagClassName
{
border-color: #0824EE;
}
</style>