Shades of Medium Blue #080ED9
Tints of Medium Blue #080ED9
RGB
CMYK
RGB Variations
Color information
#080ED9 (or 0x080ED9) is known color: Medium Blue. HEX triplet: 08, 0E and D9. RGB value is (8,14,217). Sum of RGB (Red+Green+Blue) = 8+14+217=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 217 (85.16% from 255 or 90.79% from 239); Max value from RGB is 217 - color contains mainly: blue. Hex color #080ED9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ED9 is #F7F126. Grayscale: #222222. Windows color (decimal): -16249127 or 14224904. OLE color: 14224904.
HSL color Cylindrical-coordinate representation of color #080ED9: hue angle of 238.28º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080ED9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 14 | 217 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.15 |
| HSL | 238.28º | 0.93% | 0.44% | - |
| HSV(B) | 238.28º | 0.96% | 0.85% | - |
| XYZ | 12.78 | 5.38 | 66.01 | - |
| YUV | 35.35 | 230.51 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 217 | 0.96 | 0.94 | 0 | 0.15 | 238.28 | 0.93 | 0.44 |
| Hex | 8 | E | D9 | 60 | 5E | 0 | F | EE | 5D | 2C |
| Octal | 10 | 16 | 331 | 140 | 136 | 0 | 17 | 356 | 135 | 54 |
| Binary | 1000 | 1110 | 11011001 | 1100000 | 1011110 | 0 | 1111 | 11101110 | 1011101 | 101100 |
Color Harmonies of #080ED9
Complementary color
Monochromatic Colors of #080ED9
Black with #080ED9
Text Example
Text Example
White with #080ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080ED9; }
p { color: rgb(8,14,217); }
H1.HeaderClassName
{
color: #080ED9;
}
.AnyTagClassName
{
color: #080ED9;
}
</style>
background-color css
<style>
a { background-color: #080ED9; }
a { background-color: rgb(8,14,217); }
div.DivClassName
{
background-color: #080ED9;
}
.BgClassName
{
background-color: #080ED9;
}
</style>
border-color css
<style>
span { border-color: #080ED9; }
span { border-color: rgb(8,14,217); }
td.TdClassName
{
border-color: #080ED9;
}
.TagClassName
{
border-color: #080ED9;
}
</style>