Shades of Medium Blue #0807B8
Tints of Medium Blue #0807B8
RGB
CMYK
RGB Variations
Color information
#0807B8 (or 0x0807B8) is known color: Medium Blue. HEX triplet: 08, 07 and B8. RGB value is (8,7,184). Sum of RGB (Red+Green+Blue) = 8+7+184=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 184 (72.27% from 255 or 92.46% from 199); Max value from RGB is 184 - color contains mainly: blue. Hex color #0807B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807B8 is #F7F847. Grayscale: #1A1A1A. Windows color (decimal): -16250952 or 12060424. OLE color: 12060424.
HSL color Cylindrical-coordinate representation of color #0807B8: hue angle of 240.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0807B8 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 7 | 184 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.28 |
| HSL | 240.34º | 0.93% | 0.37% | - |
| HSV(B) | 240.34º | 0.96% | 0.72% | - |
| XYZ | 8.83 | 3.66 | 45.59 | - |
| YUV | 27.48 | 216.33 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 184 | 0.96 | 0.96 | 0 | 0.28 | 240.34 | 0.93 | 0.37 |
| Hex | 8 | 7 | B8 | 60 | 60 | 0 | 1C | F0 | 5D | 25 |
| Octal | 10 | 7 | 270 | 140 | 140 | 0 | 34 | 360 | 135 | 45 |
| Binary | 1000 | 111 | 10111000 | 1100000 | 1100000 | 0 | 11100 | 11110000 | 1011101 | 100101 |
Color Harmonies of #0807B8
Complementary color
Monochromatic Colors of #0807B8
Black with #0807B8
Text Example
Text Example
White with #0807B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807B8; }
p { color: rgb(8,7,184); }
H1.HeaderClassName
{
color: #0807B8;
}
.AnyTagClassName
{
color: #0807B8;
}
</style>
background-color css
<style>
a { background-color: #0807B8; }
a { background-color: rgb(8,7,184); }
div.DivClassName
{
background-color: #0807B8;
}
.BgClassName
{
background-color: #0807B8;
}
</style>
border-color css
<style>
span { border-color: #0807B8; }
span { border-color: rgb(8,7,184); }
td.TdClassName
{
border-color: #0807B8;
}
.TagClassName
{
border-color: #0807B8;
}
</style>