Shades of Medium Blue #0820CC
Tints of Medium Blue #0820CC
RGB
CMYK
RGB Variations
Color information
#0820CC (or 0x0820CC) is known color: Medium Blue. HEX triplet: 08, 20 and CC. RGB value is (8,32,204). Sum of RGB (Red+Green+Blue) = 8+32+204=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #0820CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0820CC is #F7DF33. Grayscale: #2B2B2B. Windows color (decimal): -16244532 or 13377544. OLE color: 13377544.
HSL color Cylindrical-coordinate representation of color #0820CC: hue angle of 232.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0820CC is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 32 | 204 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.2 |
| HSL | 232.65º | 0.92% | 0.42% | - |
| HSV(B) | 232.65º | 0.96% | 0.8% | - |
| XYZ | 11.52 | 5.44 | 57.57 | - |
| YUV | 44.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 204 | 0.96 | 0.84 | 0 | 0.2 | 232.65 | 0.92 | 0.42 |
| Hex | 8 | 20 | CC | 60 | 54 | 0 | 14 | E9 | 5C | 2A |
| Octal | 10 | 40 | 314 | 140 | 124 | 0 | 24 | 351 | 134 | 52 |
| Binary | 1000 | 100000 | 11001100 | 1100000 | 1010100 | 0 | 10100 | 11101001 | 1011100 | 101010 |
Color Harmonies of #0820CC
Complementary color
Monochromatic Colors of #0820CC
Black with #0820CC
Text Example
Text Example
White with #0820CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0820CC; }
p { color: rgb(8,32,204); }
H1.HeaderClassName
{
color: #0820CC;
}
.AnyTagClassName
{
color: #0820CC;
}
</style>
background-color css
<style>
a { background-color: #0820CC; }
a { background-color: rgb(8,32,204); }
div.DivClassName
{
background-color: #0820CC;
}
.BgClassName
{
background-color: #0820CC;
}
</style>
border-color css
<style>
span { border-color: #0820CC; }
span { border-color: rgb(8,32,204); }
td.TdClassName
{
border-color: #0820CC;
}
.TagClassName
{
border-color: #0820CC;
}
</style>