Shades of Medium Blue #0806DC
Tints of Medium Blue #0806DC
RGB
CMYK
RGB Variations
Color information
#0806DC (or 0x0806DC) is known color: Medium Blue. HEX triplet: 08, 06 and DC. RGB value is (8,6,220). Sum of RGB (Red+Green+Blue) = 8+6+220=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 220 (86.33% from 255 or 94.02% from 234); Max value from RGB is 220 - color contains mainly: blue. Hex color #0806DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806DC is #F7F923. Grayscale: #1E1E1E. Windows color (decimal): -16251172 or 14419464. OLE color: 14419464.
HSL color Cylindrical-coordinate representation of color #0806DC: hue angle of 240.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806DC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 6 | 220 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.14 |
| HSL | 240.56º | 0.95% | 0.44% | - |
| HSV(B) | 240.56º | 0.97% | 0.86% | - |
| XYZ | 13.08 | 5.35 | 68.05 | - |
| YUV | 30.99 | 234.66 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 220 | 0.96 | 0.97 | 0 | 0.14 | 240.56 | 0.95 | 0.44 |
| Hex | 8 | 6 | DC | 60 | 61 | 0 | E | F1 | 5F | 2C |
| Octal | 10 | 6 | 334 | 140 | 141 | 0 | 16 | 361 | 137 | 54 |
| Binary | 1000 | 110 | 11011100 | 1100000 | 1100001 | 0 | 1110 | 11110001 | 1011111 | 101100 |
Color Harmonies of #0806DC
Complementary color
Monochromatic Colors of #0806DC
Black with #0806DC
Text Example
Text Example
White with #0806DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0806DC; }
p { color: rgb(8,6,220); }
H1.HeaderClassName
{
color: #0806DC;
}
.AnyTagClassName
{
color: #0806DC;
}
</style>
background-color css
<style>
a { background-color: #0806DC; }
a { background-color: rgb(8,6,220); }
div.DivClassName
{
background-color: #0806DC;
}
.BgClassName
{
background-color: #0806DC;
}
</style>
border-color css
<style>
span { border-color: #0806DC; }
span { border-color: rgb(8,6,220); }
td.TdClassName
{
border-color: #0806DC;
}
.TagClassName
{
border-color: #0806DC;
}
</style>