Shades of Medium Blue #080AC2
Tints of Medium Blue #080AC2
RGB
CMYK
RGB Variations
Color information
#080AC2 (or 0x080AC2) is known color: Medium Blue. HEX triplet: 08, 0A and C2. RGB value is (8,10,194). Sum of RGB (Red+Green+Blue) = 8+10+194=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 194 (76.17% from 255 or 91.51% from 212); Max value from RGB is 194 - color contains mainly: blue. Hex color #080AC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080AC2 is #F7F53D. Grayscale: #1D1D1D. Windows color (decimal): -16250174 or 12716552. OLE color: 12716552.
HSL color Cylindrical-coordinate representation of color #080AC2: hue angle of 239.35º 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 #080AC2 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 10 | 194 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.24 |
| HSL | 239.35º | 0.92% | 0.4% | - |
| HSV(B) | 239.35º | 0.96% | 0.76% | - |
| XYZ | 9.95 | 4.16 | 51.32 | - |
| YUV | 30.38 | 220.34 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 194 | 0.96 | 0.95 | 0 | 0.24 | 239.35 | 0.92 | 0.4 |
| Hex | 8 | A | C2 | 60 | 5F | 0 | 18 | EF | 5C | 28 |
| Octal | 10 | 12 | 302 | 140 | 137 | 0 | 30 | 357 | 134 | 50 |
| Binary | 1000 | 1010 | 11000010 | 1100000 | 1011111 | 0 | 11000 | 11101111 | 1011100 | 101000 |
Color Harmonies of #080AC2
Complementary color
Monochromatic Colors of #080AC2
Black with #080AC2
Text Example
Text Example
White with #080AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AC2; }
p { color: rgb(8,10,194); }
H1.HeaderClassName
{
color: #080AC2;
}
.AnyTagClassName
{
color: #080AC2;
}
</style>
background-color css
<style>
a { background-color: #080AC2; }
a { background-color: rgb(8,10,194); }
div.DivClassName
{
background-color: #080AC2;
}
.BgClassName
{
background-color: #080AC2;
}
</style>
border-color css
<style>
span { border-color: #080AC2; }
span { border-color: rgb(8,10,194); }
td.TdClassName
{
border-color: #080AC2;
}
.TagClassName
{
border-color: #080AC2;
}
</style>