Shades of Blue #0804FB
Tints of Blue #0804FB
RGB
CMYK
RGB Variations
Color information
#0804FB (or 0x0804FB) is known color: Blue. HEX triplet: 08, 04 and FB. RGB value is (8,4,251). Sum of RGB (Red+Green+Blue) = 8+4+251=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 251 (98.44% from 255 or 95.44% from 263); Max value from RGB is 251 - color contains mainly: blue. Hex color #0804FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0804FB is #F7FB04. Grayscale: #202020. Windows color (decimal): -16251653 or 16450568. OLE color: 16450568.
HSL color Cylindrical-coordinate representation of color #0804FB: hue angle of 240.97º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0804FB is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 4 | 251 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.02 |
| HSL | 240.97º | 0.97% | 0.5% | - |
| HSV(B) | 240.97º | 0.98% | 0.98% | - |
| XYZ | 17.56 | 7.1 | 91.71 | - |
| YUV | 33.35 | 250.83 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 251 | 0.97 | 0.98 | 0 | 0.02 | 240.97 | 0.97 | 0.5 |
| Hex | 8 | 4 | FB | 61 | 62 | 0 | 2 | F1 | 61 | 32 |
| Octal | 10 | 4 | 373 | 141 | 142 | 0 | 2 | 361 | 141 | 62 |
| Binary | 1000 | 100 | 11111011 | 1100001 | 1100010 | 0 | 10 | 11110001 | 1100001 | 110010 |
Color Harmonies of #0804FB
Complementary color
Monochromatic Colors of #0804FB
Black with #0804FB
Text Example
Text Example
White with #0804FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0804FB; }
p { color: rgb(8,4,251); }
H1.HeaderClassName
{
color: #0804FB;
}
.AnyTagClassName
{
color: #0804FB;
}
</style>
background-color css
<style>
a { background-color: #0804FB; }
a { background-color: rgb(8,4,251); }
div.DivClassName
{
background-color: #0804FB;
}
.BgClassName
{
background-color: #0804FB;
}
</style>
border-color css
<style>
span { border-color: #0804FB; }
span { border-color: rgb(8,4,251); }
td.TdClassName
{
border-color: #0804FB;
}
.TagClassName
{
border-color: #0804FB;
}
</style>