Shades of Medium Blue #0807BB
Tints of Medium Blue #0807BB
RGB
CMYK
RGB Variations
Color information
#0807BB (or 0x0807BB) is known color: Medium Blue. HEX triplet: 08, 07 and BB. RGB value is (8,7,187). Sum of RGB (Red+Green+Blue) = 8+7+187=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 187 (73.44% from 255 or 92.57% from 202); Max value from RGB is 187 - color contains mainly: blue. Hex color #0807BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807BB is #F7F844. Grayscale: #1B1B1B. Windows color (decimal): -16250949 or 12257032. OLE color: 12257032.
HSL color Cylindrical-coordinate representation of color #0807BB: hue angle of 240.33º degrees, saturation: 0.93, 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 #0807BB is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 7 | 187 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.27 |
| HSL | 240.33º | 0.93% | 0.38% | - |
| HSV(B) | 240.33º | 0.96% | 0.73% | - |
| XYZ | 9.15 | 3.79 | 47.26 | - |
| YUV | 27.82 | 217.83 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 187 | 0.96 | 0.96 | 0 | 0.27 | 240.33 | 0.93 | 0.38 |
| Hex | 8 | 7 | BB | 60 | 60 | 0 | 1B | F0 | 5D | 26 |
| Octal | 10 | 7 | 273 | 140 | 140 | 0 | 33 | 360 | 135 | 46 |
| Binary | 1000 | 111 | 10111011 | 1100000 | 1100000 | 0 | 11011 | 11110000 | 1011101 | 100110 |
Color Harmonies of #0807BB
Complementary color
Monochromatic Colors of #0807BB
Black with #0807BB
Text Example
Text Example
White with #0807BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807BB; }
p { color: rgb(8,7,187); }
H1.HeaderClassName
{
color: #0807BB;
}
.AnyTagClassName
{
color: #0807BB;
}
</style>
background-color css
<style>
a { background-color: #0807BB; }
a { background-color: rgb(8,7,187); }
div.DivClassName
{
background-color: #0807BB;
}
.BgClassName
{
background-color: #0807BB;
}
</style>
border-color css
<style>
span { border-color: #0807BB; }
span { border-color: rgb(8,7,187); }
td.TdClassName
{
border-color: #0807BB;
}
.TagClassName
{
border-color: #0807BB;
}
</style>