Shades of Medium Blue #080EE3
Tints of Medium Blue #080EE3
RGB
CMYK
RGB Variations
Color information
#080EE3 (or 0x080EE3) is known color: Medium Blue. HEX triplet: 08, 0E and E3. RGB value is (8,14,227). Sum of RGB (Red+Green+Blue) = 8+14+227=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 227 (89.06% from 255 or 91.16% from 249); Max value from RGB is 227 - color contains mainly: blue. Hex color #080EE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EE3 is #F7F11C. Grayscale: #232323. Windows color (decimal): -16249117 or 14880264. OLE color: 14880264.
HSL color Cylindrical-coordinate representation of color #080EE3: hue angle of 238.36º 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 #080EE3 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 14 | 227 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.11 |
| HSL | 238.36º | 0.93% | 0.46% | - |
| HSV(B) | 238.36º | 0.96% | 0.89% | - |
| XYZ | 14.12 | 5.91 | 73.07 | - |
| YUV | 36.49 | 235.51 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 227 | 0.96 | 0.94 | 0 | 0.11 | 238.36 | 0.93 | 0.46 |
| Hex | 8 | E | E3 | 60 | 5E | 0 | B | EE | 5D | 2E |
| Octal | 10 | 16 | 343 | 140 | 136 | 0 | 13 | 356 | 135 | 56 |
| Binary | 1000 | 1110 | 11100011 | 1100000 | 1011110 | 0 | 1011 | 11101110 | 1011101 | 101110 |
Color Harmonies of #080EE3
Complementary color
Monochromatic Colors of #080EE3
Black with #080EE3
Text Example
Text Example
White with #080EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EE3; }
p { color: rgb(8,14,227); }
H1.HeaderClassName
{
color: #080EE3;
}
.AnyTagClassName
{
color: #080EE3;
}
</style>
background-color css
<style>
a { background-color: #080EE3; }
a { background-color: rgb(8,14,227); }
div.DivClassName
{
background-color: #080EE3;
}
.BgClassName
{
background-color: #080EE3;
}
</style>
border-color css
<style>
span { border-color: #080EE3; }
span { border-color: rgb(8,14,227); }
td.TdClassName
{
border-color: #080EE3;
}
.TagClassName
{
border-color: #080EE3;
}
</style>