Shades of Medium Blue #080CE5
Tints of Medium Blue #080CE5
RGB
CMYK
RGB Variations
Color information
#080CE5 (or 0x080CE5) is known color: Medium Blue. HEX triplet: 08, 0C and E5. RGB value is (8,12,229). Sum of RGB (Red+Green+Blue) = 8+12+229=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 229 (89.84% from 255 or 91.97% from 249); Max value from RGB is 229 - color contains mainly: blue. Hex color #080CE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CE5 is #F7F31A. Grayscale: #222222. Windows color (decimal): -16249627 or 15010824. OLE color: 15010824.
HSL color Cylindrical-coordinate representation of color #080CE5: hue angle of 238.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080CE5 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 12 | 229 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.10 |
| HSL | 238.91º | 0.93% | 0.46% | - |
| HSV(B) | 238.91º | 0.97% | 0.9% | - |
| XYZ | 14.37 | 5.97 | 74.52 | - |
| YUV | 35.54 | 237.17 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 229 | 0.97 | 0.95 | 0 | 0.10 | 238.91 | 0.93 | 0.46 |
| Hex | 8 | C | E5 | 61 | 5F | 0 | A | EF | 5D | 2E |
| Octal | 10 | 14 | 345 | 141 | 137 | 0 | 12 | 357 | 135 | 56 |
| Binary | 1000 | 1100 | 11100101 | 1100001 | 1011111 | 0 | 1010 | 11101111 | 1011101 | 101110 |
Color Harmonies of #080CE5
Complementary color
Monochromatic Colors of #080CE5
Black with #080CE5
Text Example
Text Example
White with #080CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CE5; }
p { color: rgb(8,12,229); }
H1.HeaderClassName
{
color: #080CE5;
}
.AnyTagClassName
{
color: #080CE5;
}
</style>
background-color css
<style>
a { background-color: #080CE5; }
a { background-color: rgb(8,12,229); }
div.DivClassName
{
background-color: #080CE5;
}
.BgClassName
{
background-color: #080CE5;
}
</style>
border-color css
<style>
span { border-color: #080CE5; }
span { border-color: rgb(8,12,229); }
td.TdClassName
{
border-color: #080CE5;
}
.TagClassName
{
border-color: #080CE5;
}
</style>