Shades of Medium Blue #0801E5
Tints of Medium Blue #0801E5
RGB
CMYK
RGB Variations
Color information
#0801E5 (or 0x0801E5) is known color: Medium Blue. HEX triplet: 08, 01 and E5. RGB value is (8,1,229). Sum of RGB (Red+Green+Blue) = 8+1+229=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 229 (89.84% from 255 or 96.22% from 238); Max value from RGB is 229 - color contains mainly: blue. Hex color #0801E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801E5 is #F7FE1A. Grayscale: #1C1C1C. Windows color (decimal): -16252443 or 15008008. OLE color: 15008008.
HSL color Cylindrical-coordinate representation of color #0801E5: hue angle of 241.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0801E5 is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 1 | 229 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.10 |
| HSL | 241.84º | 0.99% | 0.45% | - |
| HSV(B) | 241.84º | 1% | 0.9% | - |
| XYZ | 14.25 | 5.73 | 74.48 | - |
| YUV | 29.09 | 240.82 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 229 | 0.97 | 1.00 | 0 | 0.10 | 241.84 | 0.99 | 0.45 |
| Hex | 8 | 1 | E5 | 61 | 64 | 0 | A | F2 | 63 | 2D |
| Octal | 10 | 1 | 345 | 141 | 144 | 0 | 12 | 362 | 143 | 55 |
| Binary | 1000 | 1 | 11100101 | 1100001 | 1100100 | 0 | 1010 | 11110010 | 1100011 | 101101 |
Color Harmonies of #0801E5
Complementary color
Monochromatic Colors of #0801E5
Black with #0801E5
Text Example
Text Example
White with #0801E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0801E5; }
p { color: rgb(8,1,229); }
H1.HeaderClassName
{
color: #0801E5;
}
.AnyTagClassName
{
color: #0801E5;
}
</style>
background-color css
<style>
a { background-color: #0801E5; }
a { background-color: rgb(8,1,229); }
div.DivClassName
{
background-color: #0801E5;
}
.BgClassName
{
background-color: #0801E5;
}
</style>
border-color css
<style>
span { border-color: #0801E5; }
span { border-color: rgb(8,1,229); }
td.TdClassName
{
border-color: #0801E5;
}
.TagClassName
{
border-color: #0801E5;
}
</style>