Shades of Blue #0804E7
Tints of Blue #0804E7
RGB
CMYK
RGB Variations
Color information
#0804E7 (or 0x0804E7) is known color: Blue. HEX triplet: 08, 04 and E7. RGB value is (8,4,231). Sum of RGB (Red+Green+Blue) = 8+4+231=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 231 (90.62% from 255 or 95.06% from 243); Max value from RGB is 231 - color contains mainly: blue. Hex color #0804E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0804E7 is #F7FB18. Grayscale: #1E1E1E. Windows color (decimal): -16251673 or 15139848. OLE color: 15139848.
HSL color Cylindrical-coordinate representation of color #0804E7: hue angle of 241.06º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804E7 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 4 | 231 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.09 |
| HSL | 241.06º | 0.97% | 0.46% | - |
| HSV(B) | 241.06º | 0.98% | 0.91% | - |
| XYZ | 14.57 | 5.91 | 75.97 | - |
| YUV | 31.07 | 240.83 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 231 | 0.97 | 0.98 | 0 | 0.09 | 241.06 | 0.97 | 0.46 |
| Hex | 8 | 4 | E7 | 61 | 62 | 0 | 9 | F1 | 61 | 2E |
| Octal | 10 | 4 | 347 | 141 | 142 | 0 | 11 | 361 | 141 | 56 |
| Binary | 1000 | 100 | 11100111 | 1100001 | 1100010 | 0 | 1001 | 11110001 | 1100001 | 101110 |
Color Harmonies of #0804E7
Complementary color
Monochromatic Colors of #0804E7
Black with #0804E7
Text Example
Text Example
White with #0804E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804E7; }
p { color: rgb(8,4,231); }
H1.HeaderClassName
{
color: #0804E7;
}
.AnyTagClassName
{
color: #0804E7;
}
</style>
background-color css
<style>
a { background-color: #0804E7; }
a { background-color: rgb(8,4,231); }
div.DivClassName
{
background-color: #0804E7;
}
.BgClassName
{
background-color: #0804E7;
}
</style>
border-color css
<style>
span { border-color: #0804E7; }
span { border-color: rgb(8,4,231); }
td.TdClassName
{
border-color: #0804E7;
}
.TagClassName
{
border-color: #0804E7;
}
</style>