Shades of Medium Blue #080EDD
Tints of Medium Blue #080EDD
RGB
CMYK
RGB Variations
Color information
#080EDD (or 0x080EDD) is known color: Medium Blue. HEX triplet: 08, 0E and DD. RGB value is (8,14,221). Sum of RGB (Red+Green+Blue) = 8+14+221=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #080EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EDD is #F7F122. Grayscale: #222222. Windows color (decimal): -16249123 or 14487048. OLE color: 14487048.
HSL color Cylindrical-coordinate representation of color #080EDD: hue angle of 238.31º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EDD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 14 | 221 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.13 |
| HSL | 238.31º | 0.93% | 0.45% | - |
| HSV(B) | 238.31º | 0.96% | 0.87% | - |
| XYZ | 13.31 | 5.59 | 68.78 | - |
| YUV | 35.8 | 232.51 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 221 | 0.96 | 0.94 | 0 | 0.13 | 238.31 | 0.93 | 0.45 |
| Hex | 8 | E | DD | 60 | 5E | 0 | D | EE | 5D | 2D |
| Octal | 10 | 16 | 335 | 140 | 136 | 0 | 15 | 356 | 135 | 55 |
| Binary | 1000 | 1110 | 11011101 | 1100000 | 1011110 | 0 | 1101 | 11101110 | 1011101 | 101101 |
Color Harmonies of #080EDD
Complementary color
Monochromatic Colors of #080EDD
Black with #080EDD
Text Example
Text Example
White with #080EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EDD; }
p { color: rgb(8,14,221); }
H1.HeaderClassName
{
color: #080EDD;
}
.AnyTagClassName
{
color: #080EDD;
}
</style>
background-color css
<style>
a { background-color: #080EDD; }
a { background-color: rgb(8,14,221); }
div.DivClassName
{
background-color: #080EDD;
}
.BgClassName
{
background-color: #080EDD;
}
</style>
border-color css
<style>
span { border-color: #080EDD; }
span { border-color: rgb(8,14,221); }
td.TdClassName
{
border-color: #080EDD;
}
.TagClassName
{
border-color: #080EDD;
}
</style>