Shades of Medium Blue #080DE5
Tints of Medium Blue #080DE5
RGB
CMYK
RGB Variations
Color information
#080DE5 (or 0x080DE5) is known color: Medium Blue. HEX triplet: 08, 0D and E5. RGB value is (8,13,229). Sum of RGB (Red+Green+Blue) = 8+13+229=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 229 (89.84% from 255 or 91.6% from 250); Max value from RGB is 229 - color contains mainly: blue. Hex color #080DE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DE5 is #F7F21A. Grayscale: #232323. Windows color (decimal): -16249371 or 15011080. OLE color: 15011080.
HSL color Cylindrical-coordinate representation of color #080DE5: hue angle of 238.64º 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 #080DE5 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 13 | 229 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.10 |
| HSL | 238.64º | 0.93% | 0.46% | - |
| HSV(B) | 238.64º | 0.97% | 0.9% | - |
| XYZ | 14.39 | 6 | 74.53 | - |
| YUV | 36.13 | 236.84 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 229 | 0.97 | 0.94 | 0 | 0.10 | 238.64 | 0.93 | 0.46 |
| Hex | 8 | D | E5 | 61 | 5E | 0 | A | EF | 5D | 2E |
| Octal | 10 | 15 | 345 | 141 | 136 | 0 | 12 | 357 | 135 | 56 |
| Binary | 1000 | 1101 | 11100101 | 1100001 | 1011110 | 0 | 1010 | 11101111 | 1011101 | 101110 |
Color Harmonies of #080DE5
Complementary color
Monochromatic Colors of #080DE5
Black with #080DE5
Text Example
Text Example
White with #080DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DE5; }
p { color: rgb(8,13,229); }
H1.HeaderClassName
{
color: #080DE5;
}
.AnyTagClassName
{
color: #080DE5;
}
</style>
background-color css
<style>
a { background-color: #080DE5; }
a { background-color: rgb(8,13,229); }
div.DivClassName
{
background-color: #080DE5;
}
.BgClassName
{
background-color: #080DE5;
}
</style>
border-color css
<style>
span { border-color: #080DE5; }
span { border-color: rgb(8,13,229); }
td.TdClassName
{
border-color: #080DE5;
}
.TagClassName
{
border-color: #080DE5;
}
</style>