Shades of Medium Blue #080AE0
Tints of Medium Blue #080AE0
RGB
CMYK
RGB Variations
Color information
#080AE0 (or 0x080AE0) is known color: Medium Blue. HEX triplet: 08, 0A and E0. RGB value is (8,10,224). Sum of RGB (Red+Green+Blue) = 8+10+224=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 224 (87.89% from 255 or 92.56% from 242); Max value from RGB is 224 - color contains mainly: blue. Hex color #080AE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080AE0 is #F7F51F. Grayscale: #202020. Windows color (decimal): -16250144 or 14682632. OLE color: 14682632.
HSL color Cylindrical-coordinate representation of color #080AE0: hue angle of 239.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080AE0 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 10 | 224 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.12 |
| HSL | 239.44º | 0.93% | 0.45% | - |
| HSV(B) | 239.44º | 0.96% | 0.88% | - |
| XYZ | 13.66 | 5.65 | 70.89 | - |
| YUV | 33.8 | 235.34 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 224 | 0.96 | 0.96 | 0 | 0.12 | 239.44 | 0.93 | 0.45 |
| Hex | 8 | A | E0 | 60 | 60 | 0 | C | EF | 5D | 2D |
| Octal | 10 | 12 | 340 | 140 | 140 | 0 | 14 | 357 | 135 | 55 |
| Binary | 1000 | 1010 | 11100000 | 1100000 | 1100000 | 0 | 1100 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080AE0
Complementary color
Monochromatic Colors of #080AE0
Black with #080AE0
Text Example
Text Example
White with #080AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AE0; }
p { color: rgb(8,10,224); }
H1.HeaderClassName
{
color: #080AE0;
}
.AnyTagClassName
{
color: #080AE0;
}
</style>
background-color css
<style>
a { background-color: #080AE0; }
a { background-color: rgb(8,10,224); }
div.DivClassName
{
background-color: #080AE0;
}
.BgClassName
{
background-color: #080AE0;
}
</style>
border-color css
<style>
span { border-color: #080AE0; }
span { border-color: rgb(8,10,224); }
td.TdClassName
{
border-color: #080AE0;
}
.TagClassName
{
border-color: #080AE0;
}
</style>