Shades of Medium Blue #0805DC
Tints of Medium Blue #0805DC
RGB
CMYK
RGB Variations
Color information
#0805DC (or 0x0805DC) is known color: Medium Blue. HEX triplet: 08, 05 and DC. RGB value is (8,5,220). Sum of RGB (Red+Green+Blue) = 8+5+220=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 220 (86.33% from 255 or 94.42% from 233); Max value from RGB is 220 - color contains mainly: blue. Hex color #0805DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0805DC is #F7FA23. Grayscale: #1D1D1D. Windows color (decimal): -16251428 or 14419208. OLE color: 14419208.
HSL color Cylindrical-coordinate representation of color #0805DC: hue angle of 240.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0805DC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 5 | 220 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.14 |
| HSL | 240.84º | 0.96% | 0.44% | - |
| HSV(B) | 240.84º | 0.98% | 0.86% | - |
| XYZ | 13.07 | 5.33 | 68.05 | - |
| YUV | 30.41 | 234.99 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 220 | 0.96 | 0.98 | 0 | 0.14 | 240.84 | 0.96 | 0.44 |
| Hex | 8 | 5 | DC | 60 | 62 | 0 | E | F1 | 60 | 2C |
| Octal | 10 | 5 | 334 | 140 | 142 | 0 | 16 | 361 | 140 | 54 |
| Binary | 1000 | 101 | 11011100 | 1100000 | 1100010 | 0 | 1110 | 11110001 | 1100000 | 101100 |
Color Harmonies of #0805DC
Complementary color
Monochromatic Colors of #0805DC
Black with #0805DC
Text Example
Text Example
White with #0805DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0805DC; }
p { color: rgb(8,5,220); }
H1.HeaderClassName
{
color: #0805DC;
}
.AnyTagClassName
{
color: #0805DC;
}
</style>
background-color css
<style>
a { background-color: #0805DC; }
a { background-color: rgb(8,5,220); }
div.DivClassName
{
background-color: #0805DC;
}
.BgClassName
{
background-color: #0805DC;
}
</style>
border-color css
<style>
span { border-color: #0805DC; }
span { border-color: rgb(8,5,220); }
td.TdClassName
{
border-color: #0805DC;
}
.TagClassName
{
border-color: #0805DC;
}
</style>