Shades of Medium Blue #0815E5
Tints of Medium Blue #0815E5
RGB
CMYK
RGB Variations
Color information
#0815E5 (or 0x0815E5) is known color: Medium Blue. HEX triplet: 08, 15 and E5. RGB value is (8,21,229). Sum of RGB (Red+Green+Blue) = 8+21+229=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 229 (89.84% from 255 or 88.76% from 258); Max value from RGB is 229 - color contains mainly: blue. Hex color #0815E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815E5 is #F7EA1A. Grayscale: #272727. Windows color (decimal): -16247323 or 15013128. OLE color: 15013128.
HSL color Cylindrical-coordinate representation of color #0815E5: hue angle of 236.47º 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 #0815E5 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 21 | 229 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.10 |
| HSL | 236.47º | 0.93% | 0.46% | - |
| HSV(B) | 236.47º | 0.97% | 0.9% | - |
| XYZ | 14.51 | 6.25 | 74.57 | - |
| YUV | 40.83 | 234.19 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 229 | 0.97 | 0.91 | 0 | 0.10 | 236.47 | 0.93 | 0.46 |
| Hex | 8 | 15 | E5 | 61 | 5B | 0 | A | EC | 5D | 2E |
| Octal | 10 | 25 | 345 | 141 | 133 | 0 | 12 | 354 | 135 | 56 |
| Binary | 1000 | 10101 | 11100101 | 1100001 | 1011011 | 0 | 1010 | 11101100 | 1011101 | 101110 |
Color Harmonies of #0815E5
Complementary color
Monochromatic Colors of #0815E5
Black with #0815E5
Text Example
Text Example
White with #0815E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815E5; }
p { color: rgb(8,21,229); }
H1.HeaderClassName
{
color: #0815E5;
}
.AnyTagClassName
{
color: #0815E5;
}
</style>
background-color css
<style>
a { background-color: #0815E5; }
a { background-color: rgb(8,21,229); }
div.DivClassName
{
background-color: #0815E5;
}
.BgClassName
{
background-color: #0815E5;
}
</style>
border-color css
<style>
span { border-color: #0815E5; }
span { border-color: rgb(8,21,229); }
td.TdClassName
{
border-color: #0815E5;
}
.TagClassName
{
border-color: #0815E5;
}
</style>