Shades of Medium Blue #080CB9
Tints of Medium Blue #080CB9
RGB
CMYK
RGB Variations
Color information
#080CB9 (or 0x080CB9) is known color: Medium Blue. HEX triplet: 08, 0C and B9. RGB value is (8,12,185). Sum of RGB (Red+Green+Blue) = 8+12+185=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 185 (72.66% from 255 or 90.24% from 205); Max value from RGB is 185 - color contains mainly: blue. Hex color #080CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CB9 is #F7F346. Grayscale: #1D1D1D. Windows color (decimal): -16249671 or 12127240. OLE color: 12127240.
HSL color Cylindrical-coordinate representation of color #080CB9: hue angle of 238.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CB9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 12 | 185 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.27 |
| HSL | 238.64º | 0.92% | 0.38% | - |
| HSV(B) | 238.64º | 0.96% | 0.73% | - |
| XYZ | 8.99 | 3.82 | 46.16 | - |
| YUV | 30.53 | 215.17 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 185 | 0.96 | 0.94 | 0 | 0.27 | 238.64 | 0.92 | 0.38 |
| Hex | 8 | C | B9 | 60 | 5E | 0 | 1B | EF | 5C | 26 |
| Octal | 10 | 14 | 271 | 140 | 136 | 0 | 33 | 357 | 134 | 46 |
| Binary | 1000 | 1100 | 10111001 | 1100000 | 1011110 | 0 | 11011 | 11101111 | 1011100 | 100110 |
Color Harmonies of #080CB9
Complementary color
Monochromatic Colors of #080CB9
Black with #080CB9
Text Example
Text Example
White with #080CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CB9; }
p { color: rgb(8,12,185); }
H1.HeaderClassName
{
color: #080CB9;
}
.AnyTagClassName
{
color: #080CB9;
}
</style>
background-color css
<style>
a { background-color: #080CB9; }
a { background-color: rgb(8,12,185); }
div.DivClassName
{
background-color: #080CB9;
}
.BgClassName
{
background-color: #080CB9;
}
</style>
border-color css
<style>
span { border-color: #080CB9; }
span { border-color: rgb(8,12,185); }
td.TdClassName
{
border-color: #080CB9;
}
.TagClassName
{
border-color: #080CB9;
}
</style>