Shades of Medium Blue #080CC8
Tints of Medium Blue #080CC8
RGB
CMYK
RGB Variations
Color information
#080CC8 (or 0x080CC8) is known color: Medium Blue. HEX triplet: 08, 0C and C8. RGB value is (8,12,200). Sum of RGB (Red+Green+Blue) = 8+12+200=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 200 (78.52% from 255 or 90.91% from 220); Max value from RGB is 200 - color contains mainly: blue. Hex color #080CC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CC8 is #F7F337. Grayscale: #1F1F1F. Windows color (decimal): -16249656 or 13110280. OLE color: 13110280.
HSL color Cylindrical-coordinate representation of color #080CC8: hue angle of 238.75º 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 #080CC8 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 12 | 200 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.22 |
| HSL | 238.75º | 0.92% | 0.41% | - |
| HSV(B) | 238.75º | 0.96% | 0.78% | - |
| XYZ | 10.66 | 4.48 | 54.95 | - |
| YUV | 32.24 | 222.67 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 200 | 0.96 | 0.94 | 0 | 0.22 | 238.75 | 0.92 | 0.41 |
| Hex | 8 | C | C8 | 60 | 5E | 0 | 16 | EF | 5C | 29 |
| Octal | 10 | 14 | 310 | 140 | 136 | 0 | 26 | 357 | 134 | 51 |
| Binary | 1000 | 1100 | 11001000 | 1100000 | 1011110 | 0 | 10110 | 11101111 | 1011100 | 101001 |
Color Harmonies of #080CC8
Complementary color
Monochromatic Colors of #080CC8
Black with #080CC8
Text Example
Text Example
White with #080CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CC8; }
p { color: rgb(8,12,200); }
H1.HeaderClassName
{
color: #080CC8;
}
.AnyTagClassName
{
color: #080CC8;
}
</style>
background-color css
<style>
a { background-color: #080CC8; }
a { background-color: rgb(8,12,200); }
div.DivClassName
{
background-color: #080CC8;
}
.BgClassName
{
background-color: #080CC8;
}
</style>
border-color css
<style>
span { border-color: #080CC8; }
span { border-color: rgb(8,12,200); }
td.TdClassName
{
border-color: #080CC8;
}
.TagClassName
{
border-color: #080CC8;
}
</style>