Shades of Medium Blue #0807E0
Tints of Medium Blue #0807E0
RGB
CMYK
RGB Variations
Color information
#0807E0 (or 0x0807E0) is known color: Medium Blue. HEX triplet: 08, 07 and E0. RGB value is (8,7,224). Sum of RGB (Red+Green+Blue) = 8+7+224=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 224 (87.89% from 255 or 93.72% from 239); Max value from RGB is 224 - color contains mainly: blue. Hex color #0807E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807E0 is #F7F81F. Grayscale: #1F1F1F. Windows color (decimal): -16250912 or 14681864. OLE color: 14681864.
HSL color Cylindrical-coordinate representation of color #0807E0: hue angle of 240.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807E0 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 7 | 224 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.12 |
| HSL | 240.28º | 0.94% | 0.45% | - |
| HSV(B) | 240.28º | 0.97% | 0.88% | - |
| XYZ | 13.63 | 5.59 | 70.88 | - |
| YUV | 32.04 | 236.33 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 224 | 0.96 | 0.97 | 0 | 0.12 | 240.28 | 0.94 | 0.45 |
| Hex | 8 | 7 | E0 | 60 | 61 | 0 | C | F0 | 5E | 2D |
| Octal | 10 | 7 | 340 | 140 | 141 | 0 | 14 | 360 | 136 | 55 |
| Binary | 1000 | 111 | 11100000 | 1100000 | 1100001 | 0 | 1100 | 11110000 | 1011110 | 101101 |
Color Harmonies of #0807E0
Complementary color
Monochromatic Colors of #0807E0
Black with #0807E0
Text Example
Text Example
White with #0807E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807E0; }
p { color: rgb(8,7,224); }
H1.HeaderClassName
{
color: #0807E0;
}
.AnyTagClassName
{
color: #0807E0;
}
</style>
background-color css
<style>
a { background-color: #0807E0; }
a { background-color: rgb(8,7,224); }
div.DivClassName
{
background-color: #0807E0;
}
.BgClassName
{
background-color: #0807E0;
}
</style>
border-color css
<style>
span { border-color: #0807E0; }
span { border-color: rgb(8,7,224); }
td.TdClassName
{
border-color: #0807E0;
}
.TagClassName
{
border-color: #0807E0;
}
</style>