Shades of Blue #0804FE
Tints of Blue #0804FE
RGB
CMYK
RGB Variations
Color information
#0804FE (or 0x0804FE) is known color: Blue. HEX triplet: 08, 04 and FE. RGB value is (8,4,254). Sum of RGB (Red+Green+Blue) = 8+4+254=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 254 (99.61% from 255 or 95.49% from 266); Max value from RGB is 254 - color contains mainly: blue. Hex color #0804FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0804FE is #F7FB01. Grayscale: #202020. Windows color (decimal): -16251650 or 16647176. OLE color: 16647176.
HSL color Cylindrical-coordinate representation of color #0804FE: hue angle of 240.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804FE is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 4 | 254 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.00 |
| HSL | 240.96º | 0.99% | 0.51% | - |
| HSV(B) | 240.96º | 0.98% | 1% | - |
| XYZ | 18.03 | 7.29 | 94.22 | - |
| YUV | 33.7 | 252.33 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 254 | 0.97 | 0.98 | 0 | 0.00 | 240.96 | 0.99 | 0.51 |
| Hex | 8 | 4 | FE | 61 | 62 | 0 | 0 | F1 | 63 | 33 |
| Octal | 10 | 4 | 376 | 141 | 142 | 0 | 0 | 361 | 143 | 63 |
| Binary | 1000 | 100 | 11111110 | 1100001 | 1100010 | 0 | 0 | 11110001 | 1100011 | 110011 |
Color Harmonies of #0804FE
Complementary color
Monochromatic Colors of #0804FE
Black with #0804FE
Text Example
Text Example
White with #0804FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804FE; }
p { color: rgb(8,4,254); }
H1.HeaderClassName
{
color: #0804FE;
}
.AnyTagClassName
{
color: #0804FE;
}
</style>
background-color css
<style>
a { background-color: #0804FE; }
a { background-color: rgb(8,4,254); }
div.DivClassName
{
background-color: #0804FE;
}
.BgClassName
{
background-color: #0804FE;
}
</style>
border-color css
<style>
span { border-color: #0804FE; }
span { border-color: rgb(8,4,254); }
td.TdClassName
{
border-color: #0804FE;
}
.TagClassName
{
border-color: #0804FE;
}
</style>