Shades of Medium Blue #080AD9
Tints of Medium Blue #080AD9
RGB
CMYK
RGB Variations
Color information
#080AD9 (or 0x080AD9) is known color: Medium Blue. HEX triplet: 08, 0A and D9. RGB value is (8,10,217). Sum of RGB (Red+Green+Blue) = 8+10+217=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 217 (85.16% from 255 or 92.34% from 235); Max value from RGB is 217 - color contains mainly: blue. Hex color #080AD9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080AD9 is #F7F526. Grayscale: #202020. Windows color (decimal): -16250151 or 14223880. OLE color: 14223880.
HSL color Cylindrical-coordinate representation of color #080AD9: hue angle of 239.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080AD9 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 10 | 217 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.15 |
| HSL | 239.43º | 0.93% | 0.44% | - |
| HSV(B) | 239.43º | 0.96% | 0.85% | - |
| XYZ | 12.73 | 5.28 | 65.99 | - |
| YUV | 33 | 231.84 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 217 | 0.96 | 0.95 | 0 | 0.15 | 239.43 | 0.93 | 0.44 |
| Hex | 8 | A | D9 | 60 | 5F | 0 | F | EF | 5D | 2C |
| Octal | 10 | 12 | 331 | 140 | 137 | 0 | 17 | 357 | 135 | 54 |
| Binary | 1000 | 1010 | 11011001 | 1100000 | 1011111 | 0 | 1111 | 11101111 | 1011101 | 101100 |
Color Harmonies of #080AD9
Complementary color
Monochromatic Colors of #080AD9
Black with #080AD9
Text Example
Text Example
White with #080AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AD9; }
p { color: rgb(8,10,217); }
H1.HeaderClassName
{
color: #080AD9;
}
.AnyTagClassName
{
color: #080AD9;
}
</style>
background-color css
<style>
a { background-color: #080AD9; }
a { background-color: rgb(8,10,217); }
div.DivClassName
{
background-color: #080AD9;
}
.BgClassName
{
background-color: #080AD9;
}
</style>
border-color css
<style>
span { border-color: #080AD9; }
span { border-color: rgb(8,10,217); }
td.TdClassName
{
border-color: #080AD9;
}
.TagClassName
{
border-color: #080AD9;
}
</style>