Shades of Medium Blue #0807DC
Tints of Medium Blue #0807DC
RGB
CMYK
RGB Variations
Color information
#0807DC (or 0x0807DC) is known color: Medium Blue. HEX triplet: 08, 07 and DC. RGB value is (8,7,220). Sum of RGB (Red+Green+Blue) = 8+7+220=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #0807DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807DC is #F7F823. Grayscale: #1E1E1E. Windows color (decimal): -16250916 or 14419720. OLE color: 14419720.
HSL color Cylindrical-coordinate representation of color #0807DC: hue angle of 240.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807DC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 7 | 220 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.14 |
| HSL | 240.28º | 0.94% | 0.45% | - |
| HSV(B) | 240.28º | 0.97% | 0.86% | - |
| XYZ | 13.09 | 5.37 | 68.06 | - |
| YUV | 31.58 | 234.33 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 220 | 0.96 | 0.97 | 0 | 0.14 | 240.28 | 0.94 | 0.45 |
| Hex | 8 | 7 | DC | 60 | 61 | 0 | E | F0 | 5E | 2D |
| Octal | 10 | 7 | 334 | 140 | 141 | 0 | 16 | 360 | 136 | 55 |
| Binary | 1000 | 111 | 11011100 | 1100000 | 1100001 | 0 | 1110 | 11110000 | 1011110 | 101101 |
Color Harmonies of #0807DC
Complementary color
Monochromatic Colors of #0807DC
Black with #0807DC
Text Example
Text Example
White with #0807DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807DC; }
p { color: rgb(8,7,220); }
H1.HeaderClassName
{
color: #0807DC;
}
.AnyTagClassName
{
color: #0807DC;
}
</style>
background-color css
<style>
a { background-color: #0807DC; }
a { background-color: rgb(8,7,220); }
div.DivClassName
{
background-color: #0807DC;
}
.BgClassName
{
background-color: #0807DC;
}
</style>
border-color css
<style>
span { border-color: #0807DC; }
span { border-color: rgb(8,7,220); }
td.TdClassName
{
border-color: #0807DC;
}
.TagClassName
{
border-color: #0807DC;
}
</style>