Shades of Medium Blue #080BBC
Tints of Medium Blue #080BBC
RGB
CMYK
RGB Variations
Color information
#080BBC (or 0x080BBC) is known color: Medium Blue. HEX triplet: 08, 0B and BC. RGB value is (8,11,188). Sum of RGB (Red+Green+Blue) = 8+11+188=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #080BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BBC is #F7F443. Grayscale: #1D1D1D. Windows color (decimal): -16249924 or 12323592. OLE color: 12323592.
HSL color Cylindrical-coordinate representation of color #080BBC: hue angle of 239º 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 #080BBC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 11 | 188 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.26 |
| HSL | 239º | 0.92% | 0.38% | - |
| HSV(B) | 239º | 0.96% | 0.74% | - |
| XYZ | 9.3 | 3.92 | 47.84 | - |
| YUV | 30.28 | 217.01 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 188 | 0.96 | 0.94 | 0 | 0.26 | 239 | 0.92 | 0.38 |
| Hex | 8 | B | BC | 60 | 5E | 0 | 1A | EF | 5C | 26 |
| Octal | 10 | 13 | 274 | 140 | 136 | 0 | 32 | 357 | 134 | 46 |
| Binary | 1000 | 1011 | 10111100 | 1100000 | 1011110 | 0 | 11010 | 11101111 | 1011100 | 100110 |
Color Harmonies of #080BBC
Complementary color
Monochromatic Colors of #080BBC
Black with #080BBC
Text Example
Text Example
White with #080BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BBC; }
p { color: rgb(8,11,188); }
H1.HeaderClassName
{
color: #080BBC;
}
.AnyTagClassName
{
color: #080BBC;
}
</style>
background-color css
<style>
a { background-color: #080BBC; }
a { background-color: rgb(8,11,188); }
div.DivClassName
{
background-color: #080BBC;
}
.BgClassName
{
background-color: #080BBC;
}
</style>
border-color css
<style>
span { border-color: #080BBC; }
span { border-color: rgb(8,11,188); }
td.TdClassName
{
border-color: #080BBC;
}
.TagClassName
{
border-color: #080BBC;
}
</style>