Shades of Blue #0408FE
Tints of Blue #0408FE
RGB
CMYK
RGB Variations
Color information
#0408FE (or 0x0408FE) is known color: Blue. HEX triplet: 04, 08 and FE. RGB value is (4,8,254). Sum of RGB (Red+Green+Blue) = 4+8+254=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 8 (3.52% from 255 or 3.01% 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 #0408FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0408FE is #FBF701. Grayscale: #212121. Windows color (decimal): -16512770 or 16648196. OLE color: 16648196.
HSL color Cylindrical-coordinate representation of color #0408FE: hue angle of 239.04º 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 #0408FE is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 8 | 254 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.00 |
| HSL | 239.04º | 0.99% | 0.51% | - |
| HSV(B) | 239.04º | 0.98% | 1% | - |
| XYZ | 18.03 | 7.36 | 94.24 | - |
| YUV | 34.85 | 251.67 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 254 | 0.98 | 0.97 | 0 | 0.00 | 239.04 | 0.99 | 0.51 |
| Hex | 4 | 8 | FE | 62 | 61 | 0 | 0 | EF | 63 | 33 |
| Octal | 4 | 10 | 376 | 142 | 141 | 0 | 0 | 357 | 143 | 63 |
| Binary | 100 | 1000 | 11111110 | 1100010 | 1100001 | 0 | 0 | 11101111 | 1100011 | 110011 |
Color Harmonies of #0408FE
Complementary color
Monochromatic Colors of #0408FE
Black with #0408FE
Text Example
Text Example
White with #0408FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0408FE; }
p { color: rgb(4,8,254); }
H1.HeaderClassName
{
color: #0408FE;
}
.AnyTagClassName
{
color: #0408FE;
}
</style>
background-color css
<style>
a { background-color: #0408FE; }
a { background-color: rgb(4,8,254); }
div.DivClassName
{
background-color: #0408FE;
}
.BgClassName
{
background-color: #0408FE;
}
</style>
border-color css
<style>
span { border-color: #0408FE; }
span { border-color: rgb(4,8,254); }
td.TdClassName
{
border-color: #0408FE;
}
.TagClassName
{
border-color: #0408FE;
}
</style>