Shades of Medium Blue #080ACE
Tints of Medium Blue #080ACE
RGB
CMYK
RGB Variations
Color information
#080ACE (or 0x080ACE) is known color: Medium Blue. HEX triplet: 08, 0A and CE. RGB value is (8,10,206). Sum of RGB (Red+Green+Blue) = 8+10+206=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #080ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ACE is #F7F531. Grayscale: #1E1E1E. Windows color (decimal): -16250162 or 13502984. OLE color: 13502984.
HSL color Cylindrical-coordinate representation of color #080ACE: hue angle of 239.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080ACE is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 10 | 206 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.19 |
| HSL | 239.39º | 0.93% | 0.42% | - |
| HSV(B) | 239.39º | 0.96% | 0.81% | - |
| XYZ | 11.35 | 4.72 | 58.71 | - |
| YUV | 31.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 206 | 0.96 | 0.95 | 0 | 0.19 | 239.39 | 0.93 | 0.42 |
| Hex | 8 | A | CE | 60 | 5F | 0 | 13 | EF | 5D | 2A |
| Octal | 10 | 12 | 316 | 140 | 137 | 0 | 23 | 357 | 135 | 52 |
| Binary | 1000 | 1010 | 11001110 | 1100000 | 1011111 | 0 | 10011 | 11101111 | 1011101 | 101010 |
Color Harmonies of #080ACE
Complementary color
Monochromatic Colors of #080ACE
Black with #080ACE
Text Example
Text Example
White with #080ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080ACE; }
p { color: rgb(8,10,206); }
H1.HeaderClassName
{
color: #080ACE;
}
.AnyTagClassName
{
color: #080ACE;
}
</style>
background-color css
<style>
a { background-color: #080ACE; }
a { background-color: rgb(8,10,206); }
div.DivClassName
{
background-color: #080ACE;
}
.BgClassName
{
background-color: #080ACE;
}
</style>
border-color css
<style>
span { border-color: #080ACE; }
span { border-color: rgb(8,10,206); }
td.TdClassName
{
border-color: #080ACE;
}
.TagClassName
{
border-color: #080ACE;
}
</style>