Shades of Medium Blue #080EC2
Tints of Medium Blue #080EC2
RGB
CMYK
RGB Variations
Color information
#080EC2 (or 0x080EC2) is known color: Medium Blue. HEX triplet: 08, 0E and C2. RGB value is (8,14,194). Sum of RGB (Red+Green+Blue) = 8+14+194=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 194 (76.17% from 255 or 89.81% from 216); Max value from RGB is 194 - color contains mainly: blue. Hex color #080EC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EC2 is #F7F13D. Grayscale: #202020. Windows color (decimal): -16249150 or 12717576. OLE color: 12717576.
HSL color Cylindrical-coordinate representation of color #080EC2: hue angle of 238.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EC2 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 14 | 194 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.24 |
| HSL | 238.06º | 0.92% | 0.4% | - |
| HSV(B) | 238.06º | 0.96% | 0.76% | - |
| XYZ | 9.99 | 4.26 | 51.33 | - |
| YUV | 32.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 194 | 0.96 | 0.93 | 0 | 0.24 | 238.06 | 0.92 | 0.4 |
| Hex | 8 | E | C2 | 60 | 5D | 0 | 18 | EE | 5C | 28 |
| Octal | 10 | 16 | 302 | 140 | 135 | 0 | 30 | 356 | 134 | 50 |
| Binary | 1000 | 1110 | 11000010 | 1100000 | 1011101 | 0 | 11000 | 11101110 | 1011100 | 101000 |
Color Harmonies of #080EC2
Complementary color
Monochromatic Colors of #080EC2
Black with #080EC2
Text Example
Text Example
White with #080EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EC2; }
p { color: rgb(8,14,194); }
H1.HeaderClassName
{
color: #080EC2;
}
.AnyTagClassName
{
color: #080EC2;
}
</style>
background-color css
<style>
a { background-color: #080EC2; }
a { background-color: rgb(8,14,194); }
div.DivClassName
{
background-color: #080EC2;
}
.BgClassName
{
background-color: #080EC2;
}
</style>
border-color css
<style>
span { border-color: #080EC2; }
span { border-color: rgb(8,14,194); }
td.TdClassName
{
border-color: #080EC2;
}
.TagClassName
{
border-color: #080EC2;
}
</style>