Shades of Medium Blue #080FBC
Tints of Medium Blue #080FBC
RGB
CMYK
RGB Variations
Color information
#080FBC (or 0x080FBC) is known color: Medium Blue. HEX triplet: 08, 0F and BC. RGB value is (8,15,188). Sum of RGB (Red+Green+Blue) = 8+15+188=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #080FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FBC is #F7F043. Grayscale: #1F1F1F. Windows color (decimal): -16248900 or 12324616. OLE color: 12324616.
HSL color Cylindrical-coordinate representation of color #080FBC: hue angle of 237.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FBC is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 15 | 188 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.26 |
| HSL | 237.67º | 0.92% | 0.38% | - |
| HSV(B) | 237.67º | 0.96% | 0.74% | - |
| XYZ | 9.35 | 4.02 | 47.86 | - |
| YUV | 32.63 | 215.68 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 188 | 0.96 | 0.92 | 0 | 0.26 | 237.67 | 0.92 | 0.38 |
| Hex | 8 | F | BC | 60 | 5C | 0 | 1A | EE | 5C | 26 |
| Octal | 10 | 17 | 274 | 140 | 134 | 0 | 32 | 356 | 134 | 46 |
| Binary | 1000 | 1111 | 10111100 | 1100000 | 1011100 | 0 | 11010 | 11101110 | 1011100 | 100110 |
Color Harmonies of #080FBC
Complementary color
Monochromatic Colors of #080FBC
Black with #080FBC
Text Example
Text Example
White with #080FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FBC; }
p { color: rgb(8,15,188); }
H1.HeaderClassName
{
color: #080FBC;
}
.AnyTagClassName
{
color: #080FBC;
}
</style>
background-color css
<style>
a { background-color: #080FBC; }
a { background-color: rgb(8,15,188); }
div.DivClassName
{
background-color: #080FBC;
}
.BgClassName
{
background-color: #080FBC;
}
</style>
border-color css
<style>
span { border-color: #080FBC; }
span { border-color: rgb(8,15,188); }
td.TdClassName
{
border-color: #080FBC;
}
.TagClassName
{
border-color: #080FBC;
}
</style>