Shades of Medium Blue #0820DE
Tints of Medium Blue #0820DE
RGB
CMYK
RGB Variations
Color information
#0820DE (or 0x0820DE) is known color: Medium Blue. HEX triplet: 08, 20 and DE. RGB value is (8,32,222). Sum of RGB (Red+Green+Blue) = 8+32+222=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #0820DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0820DE is #F7DF21. Grayscale: #2D2D2D. Windows color (decimal): -16244514 or 14557192. OLE color: 14557192.
HSL color Cylindrical-coordinate representation of color #0820DE: hue angle of 233.27º 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 #0820DE is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 32 | 222 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.13 |
| HSL | 233.27º | 0.93% | 0.45% | - |
| HSV(B) | 233.27º | 0.96% | 0.87% | - |
| XYZ | 13.8 | 6.36 | 69.61 | - |
| YUV | 46.48 | 227.05 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 222 | 0.96 | 0.86 | 0 | 0.13 | 233.27 | 0.93 | 0.45 |
| Hex | 8 | 20 | DE | 60 | 56 | 0 | D | E9 | 5D | 2D |
| Octal | 10 | 40 | 336 | 140 | 126 | 0 | 15 | 351 | 135 | 55 |
| Binary | 1000 | 100000 | 11011110 | 1100000 | 1010110 | 0 | 1101 | 11101001 | 1011101 | 101101 |
Color Harmonies of #0820DE
Complementary color
Monochromatic Colors of #0820DE
Black with #0820DE
Text Example
Text Example
White with #0820DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0820DE; }
p { color: rgb(8,32,222); }
H1.HeaderClassName
{
color: #0820DE;
}
.AnyTagClassName
{
color: #0820DE;
}
</style>
background-color css
<style>
a { background-color: #0820DE; }
a { background-color: rgb(8,32,222); }
div.DivClassName
{
background-color: #0820DE;
}
.BgClassName
{
background-color: #0820DE;
}
</style>
border-color css
<style>
span { border-color: #0820DE; }
span { border-color: rgb(8,32,222); }
td.TdClassName
{
border-color: #0820DE;
}
.TagClassName
{
border-color: #0820DE;
}
</style>