Shades of Medium Blue #080FB8
Tints of Medium Blue #080FB8
RGB
CMYK
RGB Variations
Color information
#080FB8 (or 0x080FB8) is known color: Medium Blue. HEX triplet: 08, 0F and B8. RGB value is (8,15,184). Sum of RGB (Red+Green+Blue) = 8+15+184=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 184 (72.27% from 255 or 88.89% from 207); Max value from RGB is 184 - color contains mainly: blue. Hex color #080FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FB8 is #F7F047. Grayscale: #1F1F1F. Windows color (decimal): -16248904 or 12062472. OLE color: 12062472.
HSL color Cylindrical-coordinate representation of color #080FB8: hue angle of 237.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FB8 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 15 | 184 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.28 |
| HSL | 237.61º | 0.92% | 0.38% | - |
| HSV(B) | 237.61º | 0.96% | 0.72% | - |
| XYZ | 8.92 | 3.85 | 45.62 | - |
| YUV | 32.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 184 | 0.96 | 0.92 | 0 | 0.28 | 237.61 | 0.92 | 0.38 |
| Hex | 8 | F | B8 | 60 | 5C | 0 | 1C | EE | 5C | 26 |
| Octal | 10 | 17 | 270 | 140 | 134 | 0 | 34 | 356 | 134 | 46 |
| Binary | 1000 | 1111 | 10111000 | 1100000 | 1011100 | 0 | 11100 | 11101110 | 1011100 | 100110 |
Color Harmonies of #080FB8
Complementary color
Monochromatic Colors of #080FB8
Black with #080FB8
Text Example
Text Example
White with #080FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FB8; }
p { color: rgb(8,15,184); }
H1.HeaderClassName
{
color: #080FB8;
}
.AnyTagClassName
{
color: #080FB8;
}
</style>
background-color css
<style>
a { background-color: #080FB8; }
a { background-color: rgb(8,15,184); }
div.DivClassName
{
background-color: #080FB8;
}
.BgClassName
{
background-color: #080FB8;
}
</style>
border-color css
<style>
span { border-color: #080FB8; }
span { border-color: rgb(8,15,184); }
td.TdClassName
{
border-color: #080FB8;
}
.TagClassName
{
border-color: #080FB8;
}
</style>