Shades of Medium Blue #080FBF
Tints of Medium Blue #080FBF
RGB
CMYK
RGB Variations
Color information
#080FBF (or 0x080FBF) is known color: Medium Blue. HEX triplet: 08, 0F and BF. RGB value is (8,15,191). Sum of RGB (Red+Green+Blue) = 8+15+191=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #080FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FBF is #F7F040. Grayscale: #202020. Windows color (decimal): -16248897 or 12521224. OLE color: 12521224.
HSL color Cylindrical-coordinate representation of color #080FBF: hue angle of 237.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FBF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 15 | 191 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.25 |
| HSL | 237.7º | 0.92% | 0.39% | - |
| HSV(B) | 237.7º | 0.96% | 0.75% | - |
| XYZ | 9.67 | 4.15 | 49.58 | - |
| YUV | 32.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 191 | 0.96 | 0.92 | 0 | 0.25 | 237.7 | 0.92 | 0.39 |
| Hex | 8 | F | BF | 60 | 5C | 0 | 19 | EE | 5C | 27 |
| Octal | 10 | 17 | 277 | 140 | 134 | 0 | 31 | 356 | 134 | 47 |
| Binary | 1000 | 1111 | 10111111 | 1100000 | 1011100 | 0 | 11001 | 11101110 | 1011100 | 100111 |
Color Harmonies of #080FBF
Complementary color
Monochromatic Colors of #080FBF
Black with #080FBF
Text Example
Text Example
White with #080FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FBF; }
p { color: rgb(8,15,191); }
H1.HeaderClassName
{
color: #080FBF;
}
.AnyTagClassName
{
color: #080FBF;
}
</style>
background-color css
<style>
a { background-color: #080FBF; }
a { background-color: rgb(8,15,191); }
div.DivClassName
{
background-color: #080FBF;
}
.BgClassName
{
background-color: #080FBF;
}
</style>
border-color css
<style>
span { border-color: #080FBF; }
span { border-color: rgb(8,15,191); }
td.TdClassName
{
border-color: #080FBF;
}
.TagClassName
{
border-color: #080FBF;
}
</style>