Shades of Medium Blue #0824DE
Tints of Medium Blue #0824DE
RGB
CMYK
RGB Variations
Color information
#0824DE (or 0x0824DE) is known color: Medium Blue. HEX triplet: 08, 24 and DE. RGB value is (8,36,222). Sum of RGB (Red+Green+Blue) = 8+36+222=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #0824DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824DE is #F7DB21. Grayscale: #303030. Windows color (decimal): -16243490 or 14558216. OLE color: 14558216.
HSL color Cylindrical-coordinate representation of color #0824DE: hue angle of 232.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824DE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 36 | 222 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.13 |
| HSL | 232.15º | 0.93% | 0.45% | - |
| HSV(B) | 232.15º | 0.96% | 0.87% | - |
| XYZ | 13.92 | 6.59 | 69.65 | - |
| YUV | 48.83 | 225.72 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 222 | 0.96 | 0.84 | 0 | 0.13 | 232.15 | 0.93 | 0.45 |
| Hex | 8 | 24 | DE | 60 | 54 | 0 | D | E8 | 5D | 2D |
| Octal | 10 | 44 | 336 | 140 | 124 | 0 | 15 | 350 | 135 | 55 |
| Binary | 1000 | 100100 | 11011110 | 1100000 | 1010100 | 0 | 1101 | 11101000 | 1011101 | 101101 |
Color Harmonies of #0824DE
Complementary color
Monochromatic Colors of #0824DE
Black with #0824DE
Text Example
Text Example
White with #0824DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824DE; }
p { color: rgb(8,36,222); }
H1.HeaderClassName
{
color: #0824DE;
}
.AnyTagClassName
{
color: #0824DE;
}
</style>
background-color css
<style>
a { background-color: #0824DE; }
a { background-color: rgb(8,36,222); }
div.DivClassName
{
background-color: #0824DE;
}
.BgClassName
{
background-color: #0824DE;
}
</style>
border-color css
<style>
span { border-color: #0824DE; }
span { border-color: rgb(8,36,222); }
td.TdClassName
{
border-color: #0824DE;
}
.TagClassName
{
border-color: #0824DE;
}
</style>