Shades of Medium Blue #080EE2
Tints of Medium Blue #080EE2
RGB
CMYK
RGB Variations
Color information
#080EE2 (or 0x080EE2) is known color: Medium Blue. HEX triplet: 08, 0E and E2. RGB value is (8,14,226). Sum of RGB (Red+Green+Blue) = 8+14+226=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 226 (88.67% from 255 or 91.13% from 248); Max value from RGB is 226 - color contains mainly: blue. Hex color #080EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EE2 is #F7F11D. Grayscale: #232323. Windows color (decimal): -16249118 or 14814728. OLE color: 14814728.
HSL color Cylindrical-coordinate representation of color #080EE2: hue angle of 238.35º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EE2 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 14 | 226 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.11 |
| HSL | 238.35º | 0.93% | 0.46% | - |
| HSV(B) | 238.35º | 0.96% | 0.89% | - |
| XYZ | 13.98 | 5.86 | 72.34 | - |
| YUV | 36.37 | 235.01 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 226 | 0.96 | 0.94 | 0 | 0.11 | 238.35 | 0.93 | 0.46 |
| Hex | 8 | E | E2 | 60 | 5E | 0 | B | EE | 5D | 2E |
| Octal | 10 | 16 | 342 | 140 | 136 | 0 | 13 | 356 | 135 | 56 |
| Binary | 1000 | 1110 | 11100010 | 1100000 | 1011110 | 0 | 1011 | 11101110 | 1011101 | 101110 |
Color Harmonies of #080EE2
Complementary color
Monochromatic Colors of #080EE2
Black with #080EE2
Text Example
Text Example
White with #080EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EE2; }
p { color: rgb(8,14,226); }
H1.HeaderClassName
{
color: #080EE2;
}
.AnyTagClassName
{
color: #080EE2;
}
</style>
background-color css
<style>
a { background-color: #080EE2; }
a { background-color: rgb(8,14,226); }
div.DivClassName
{
background-color: #080EE2;
}
.BgClassName
{
background-color: #080EE2;
}
</style>
border-color css
<style>
span { border-color: #080EE2; }
span { border-color: rgb(8,14,226); }
td.TdClassName
{
border-color: #080EE2;
}
.TagClassName
{
border-color: #080EE2;
}
</style>