Shades of Medium Blue #0807BF
Tints of Medium Blue #0807BF
RGB
CMYK
RGB Variations
Color information
#0807BF (or 0x0807BF) is known color: Medium Blue. HEX triplet: 08, 07 and BF. RGB value is (8,7,191). Sum of RGB (Red+Green+Blue) = 8+7+191=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 191 (75% from 255 or 92.72% from 206); Max value from RGB is 191 - color contains mainly: blue. Hex color #0807BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807BF is #F7F840. Grayscale: #1B1B1B. Windows color (decimal): -16250945 or 12519176. OLE color: 12519176.
HSL color Cylindrical-coordinate representation of color #0807BF: hue angle of 240.33º degrees, saturation: 0.93, 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 #0807BF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 7 | 191 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.25 |
| HSL | 240.33º | 0.93% | 0.39% | - |
| HSV(B) | 240.33º | 0.96% | 0.75% | - |
| XYZ | 9.58 | 3.97 | 49.55 | - |
| YUV | 28.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 191 | 0.96 | 0.96 | 0 | 0.25 | 240.33 | 0.93 | 0.39 |
| Hex | 8 | 7 | BF | 60 | 60 | 0 | 19 | F0 | 5D | 27 |
| Octal | 10 | 7 | 277 | 140 | 140 | 0 | 31 | 360 | 135 | 47 |
| Binary | 1000 | 111 | 10111111 | 1100000 | 1100000 | 0 | 11001 | 11110000 | 1011101 | 100111 |
Color Harmonies of #0807BF
Complementary color
Monochromatic Colors of #0807BF
Black with #0807BF
Text Example
Text Example
White with #0807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807BF; }
p { color: rgb(8,7,191); }
H1.HeaderClassName
{
color: #0807BF;
}
.AnyTagClassName
{
color: #0807BF;
}
</style>
background-color css
<style>
a { background-color: #0807BF; }
a { background-color: rgb(8,7,191); }
div.DivClassName
{
background-color: #0807BF;
}
.BgClassName
{
background-color: #0807BF;
}
</style>
border-color css
<style>
span { border-color: #0807BF; }
span { border-color: rgb(8,7,191); }
td.TdClassName
{
border-color: #0807BF;
}
.TagClassName
{
border-color: #0807BF;
}
</style>