Shades of Medium Blue #080DC0
Tints of Medium Blue #080DC0
RGB
CMYK
RGB Variations
Color information
#080DC0 (or 0x080DC0) is known color: Medium Blue. HEX triplet: 08, 0D and C0. RGB value is (8,13,192). Sum of RGB (Red+Green+Blue) = 8+13+192=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 192 (75.39% from 255 or 90.14% from 213); Max value from RGB is 192 - color contains mainly: blue. Hex color #080DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DC0 is #F7F23F. Grayscale: #1F1F1F. Windows color (decimal): -16249408 or 12586248. OLE color: 12586248.
HSL color Cylindrical-coordinate representation of color #080DC0: hue angle of 238.37º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DC0 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 13 | 192 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.25 |
| HSL | 238.37º | 0.92% | 0.39% | - |
| HSV(B) | 238.37º | 0.96% | 0.75% | - |
| XYZ | 9.76 | 4.15 | 50.15 | - |
| YUV | 31.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 192 | 0.96 | 0.93 | 0 | 0.25 | 238.37 | 0.92 | 0.39 |
| Hex | 8 | D | C0 | 60 | 5D | 0 | 19 | EE | 5C | 27 |
| Octal | 10 | 15 | 300 | 140 | 135 | 0 | 31 | 356 | 134 | 47 |
| Binary | 1000 | 1101 | 11000000 | 1100000 | 1011101 | 0 | 11001 | 11101110 | 1011100 | 100111 |
Color Harmonies of #080DC0
Complementary color
Monochromatic Colors of #080DC0
Black with #080DC0
Text Example
Text Example
White with #080DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DC0; }
p { color: rgb(8,13,192); }
H1.HeaderClassName
{
color: #080DC0;
}
.AnyTagClassName
{
color: #080DC0;
}
</style>
background-color css
<style>
a { background-color: #080DC0; }
a { background-color: rgb(8,13,192); }
div.DivClassName
{
background-color: #080DC0;
}
.BgClassName
{
background-color: #080DC0;
}
</style>
border-color css
<style>
span { border-color: #080DC0; }
span { border-color: rgb(8,13,192); }
td.TdClassName
{
border-color: #080DC0;
}
.TagClassName
{
border-color: #080DC0;
}
</style>