Shades of Medium Blue #080EDC
Tints of Medium Blue #080EDC
RGB
CMYK
RGB Variations
Color information
#080EDC (or 0x080EDC) is known color: Medium Blue. HEX triplet: 08, 0E and DC. RGB value is (8,14,220). Sum of RGB (Red+Green+Blue) = 8+14+220=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #080EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EDC is #F7F123. Grayscale: #222222. Windows color (decimal): -16249124 or 14421512. OLE color: 14421512.
HSL color Cylindrical-coordinate representation of color #080EDC: hue angle of 238.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EDC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 14 | 220 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.14 |
| HSL | 238.3º | 0.93% | 0.45% | - |
| HSV(B) | 238.3º | 0.96% | 0.86% | - |
| XYZ | 13.18 | 5.53 | 68.08 | - |
| YUV | 35.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 220 | 0.96 | 0.94 | 0 | 0.14 | 238.3 | 0.93 | 0.45 |
| Hex | 8 | E | DC | 60 | 5E | 0 | E | EE | 5D | 2D |
| Octal | 10 | 16 | 334 | 140 | 136 | 0 | 16 | 356 | 135 | 55 |
| Binary | 1000 | 1110 | 11011100 | 1100000 | 1011110 | 0 | 1110 | 11101110 | 1011101 | 101101 |
Color Harmonies of #080EDC
Complementary color
Monochromatic Colors of #080EDC
Black with #080EDC
Text Example
Text Example
White with #080EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EDC; }
p { color: rgb(8,14,220); }
H1.HeaderClassName
{
color: #080EDC;
}
.AnyTagClassName
{
color: #080EDC;
}
</style>
background-color css
<style>
a { background-color: #080EDC; }
a { background-color: rgb(8,14,220); }
div.DivClassName
{
background-color: #080EDC;
}
.BgClassName
{
background-color: #080EDC;
}
</style>
border-color css
<style>
span { border-color: #080EDC; }
span { border-color: rgb(8,14,220); }
td.TdClassName
{
border-color: #080EDC;
}
.TagClassName
{
border-color: #080EDC;
}
</style>