Shades of Medium Blue #080BC8
Tints of Medium Blue #080BC8
RGB
CMYK
RGB Variations
Color information
#080BC8 (or 0x080BC8) is known color: Medium Blue. HEX triplet: 08, 0B and C8. RGB value is (8,11,200). Sum of RGB (Red+Green+Blue) = 8+11+200=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 200 (78.52% from 255 or 91.32% from 219); Max value from RGB is 200 - color contains mainly: blue. Hex color #080BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BC8 is #F7F437. Grayscale: #1E1E1E. Windows color (decimal): -16249912 or 13110024. OLE color: 13110024.
HSL color Cylindrical-coordinate representation of color #080BC8: hue angle of 239.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BC8 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 11 | 200 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.22 |
| HSL | 239.06º | 0.92% | 0.41% | - |
| HSV(B) | 239.06º | 0.96% | 0.78% | - |
| XYZ | 10.65 | 4.46 | 54.94 | - |
| YUV | 31.65 | 223.01 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 200 | 0.96 | 0.94 | 0 | 0.22 | 239.06 | 0.92 | 0.41 |
| Hex | 8 | B | C8 | 60 | 5E | 0 | 16 | EF | 5C | 29 |
| Octal | 10 | 13 | 310 | 140 | 136 | 0 | 26 | 357 | 134 | 51 |
| Binary | 1000 | 1011 | 11001000 | 1100000 | 1011110 | 0 | 10110 | 11101111 | 1011100 | 101001 |
Color Harmonies of #080BC8
Complementary color
Monochromatic Colors of #080BC8
Black with #080BC8
Text Example
Text Example
White with #080BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BC8; }
p { color: rgb(8,11,200); }
H1.HeaderClassName
{
color: #080BC8;
}
.AnyTagClassName
{
color: #080BC8;
}
</style>
background-color css
<style>
a { background-color: #080BC8; }
a { background-color: rgb(8,11,200); }
div.DivClassName
{
background-color: #080BC8;
}
.BgClassName
{
background-color: #080BC8;
}
</style>
border-color css
<style>
span { border-color: #080BC8; }
span { border-color: rgb(8,11,200); }
td.TdClassName
{
border-color: #080BC8;
}
.TagClassName
{
border-color: #080BC8;
}
</style>