Shades of Medium Blue #080FBB
Tints of Medium Blue #080FBB
RGB
CMYK
RGB Variations
Color information
#080FBB (or 0x080FBB) is known color: Medium Blue. HEX triplet: 08, 0F and BB. RGB value is (8,15,187). Sum of RGB (Red+Green+Blue) = 8+15+187=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #080FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FBB is #F7F044. Grayscale: #1F1F1F. Windows color (decimal): -16248901 or 12259080. OLE color: 12259080.
HSL color Cylindrical-coordinate representation of color #080FBB: hue angle of 237.65º 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 #080FBB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 15 | 187 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.27 |
| HSL | 237.65º | 0.92% | 0.38% | - |
| HSV(B) | 237.65º | 0.96% | 0.73% | - |
| XYZ | 9.24 | 3.98 | 47.3 | - |
| YUV | 32.52 | 215.18 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 187 | 0.96 | 0.92 | 0 | 0.27 | 237.65 | 0.92 | 0.38 |
| Hex | 8 | F | BB | 60 | 5C | 0 | 1B | EE | 5C | 26 |
| Octal | 10 | 17 | 273 | 140 | 134 | 0 | 33 | 356 | 134 | 46 |
| Binary | 1000 | 1111 | 10111011 | 1100000 | 1011100 | 0 | 11011 | 11101110 | 1011100 | 100110 |
Color Harmonies of #080FBB
Complementary color
Monochromatic Colors of #080FBB
Black with #080FBB
Text Example
Text Example
White with #080FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FBB; }
p { color: rgb(8,15,187); }
H1.HeaderClassName
{
color: #080FBB;
}
.AnyTagClassName
{
color: #080FBB;
}
</style>
background-color css
<style>
a { background-color: #080FBB; }
a { background-color: rgb(8,15,187); }
div.DivClassName
{
background-color: #080FBB;
}
.BgClassName
{
background-color: #080FBB;
}
</style>
border-color css
<style>
span { border-color: #080FBB; }
span { border-color: rgb(8,15,187); }
td.TdClassName
{
border-color: #080FBB;
}
.TagClassName
{
border-color: #080FBB;
}
</style>