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