Shades of Medium Blue #0800E0
Tints of Medium Blue #0800E0
RGB
CMYK
RGB Variations
Color information
#0800E0 (or 0x0800E0) is known color: Medium Blue. HEX triplet: 08, 00 and E0. RGB value is (8,0,224). Sum of RGB (Red+Green+Blue) = 8+0+224=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 224 (87.89% from 255 or 96.55% from 232); Max value from RGB is 224 - color contains mainly: blue. Hex color #0800E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800E0 is #F7FF1F. Grayscale: #1B1B1B. Windows color (decimal): -16252704 or 14680072. OLE color: 14680072.
HSL color Cylindrical-coordinate representation of color #0800E0: hue angle of 242.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800E0 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 0 | 224 | - |
| CMYK | 0.96 | 1 | 0 | 0.12 |
| HSL | 242.14º | 1% | 0.44% | - |
| HSV(B) | 242.14º | 1% | 0.88% | - |
| XYZ | 13.55 | 5.43 | 70.86 | - |
| YUV | 27.93 | 238.65 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 224 | 0.96 | 1 | 0 | 0.12 | 242.14 | 1 | 0.44 |
| Hex | 8 | 0 | E0 | 60 | 64 | 0 | C | F2 | 64 | 2C |
| Octal | 10 | 0 | 340 | 140 | 144 | 0 | 14 | 362 | 144 | 54 |
| Binary | 1000 | 0 | 11100000 | 1100000 | 1100100 | 0 | 1100 | 11110010 | 1100100 | 101100 |
Color Harmonies of #0800E0
Complementary color
Monochromatic Colors of #0800E0
Black with #0800E0
Text Example
Text Example
White with #0800E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800E0; }
p { color: rgb(8,0,224); }
H1.HeaderClassName
{
color: #0800E0;
}
.AnyTagClassName
{
color: #0800E0;
}
</style>
background-color css
<style>
a { background-color: #0800E0; }
a { background-color: rgb(8,0,224); }
div.DivClassName
{
background-color: #0800E0;
}
.BgClassName
{
background-color: #0800E0;
}
</style>
border-color css
<style>
span { border-color: #0800E0; }
span { border-color: rgb(8,0,224); }
td.TdClassName
{
border-color: #0800E0;
}
.TagClassName
{
border-color: #0800E0;
}
</style>