Shades of Medium Blue #0800C8
Tints of Medium Blue #0800C8
RGB
CMYK
RGB Variations
Color information
#0800C8 (or 0x0800C8) is known color: Medium Blue. HEX triplet: 08, 00 and C8. RGB value is (8,0,200). Sum of RGB (Red+Green+Blue) = 8+0+200=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 200 (78.52% from 255 or 96.15% from 208); Max value from RGB is 200 - color contains mainly: blue. Hex color #0800C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800C8 is #F7FF37. Grayscale: #181818. Windows color (decimal): -16252728 or 13107208. OLE color: 13107208.
HSL color Cylindrical-coordinate representation of color #0800C8: hue angle of 242.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800C8 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 0 | 200 | - |
| CMYK | 0.96 | 1 | 0 | 0.22 |
| HSL | 242.4º | 1% | 0.39% | - |
| HSV(B) | 242.4º | 1% | 0.78% | - |
| XYZ | 10.53 | 4.22 | 54.9 | - |
| YUV | 25.19 | 226.65 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 200 | 0.96 | 1 | 0 | 0.22 | 242.4 | 1 | 0.39 |
| Hex | 8 | 0 | C8 | 60 | 64 | 0 | 16 | F2 | 64 | 27 |
| Octal | 10 | 0 | 310 | 140 | 144 | 0 | 26 | 362 | 144 | 47 |
| Binary | 1000 | 0 | 11001000 | 1100000 | 1100100 | 0 | 10110 | 11110010 | 1100100 | 100111 |
Color Harmonies of #0800C8
Complementary color
Monochromatic Colors of #0800C8
Black with #0800C8
Text Example
Text Example
White with #0800C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800C8; }
p { color: rgb(8,0,200); }
H1.HeaderClassName
{
color: #0800C8;
}
.AnyTagClassName
{
color: #0800C8;
}
</style>
background-color css
<style>
a { background-color: #0800C8; }
a { background-color: rgb(8,0,200); }
div.DivClassName
{
background-color: #0800C8;
}
.BgClassName
{
background-color: #0800C8;
}
</style>
border-color css
<style>
span { border-color: #0800C8; }
span { border-color: rgb(8,0,200); }
td.TdClassName
{
border-color: #0800C8;
}
.TagClassName
{
border-color: #0800C8;
}
</style>