Shades of Blue #0408FD
Tints of Blue #0408FD
RGB
CMYK
RGB Variations
Color information
#0408FD (or 0x0408FD) is known color: Blue. HEX triplet: 04, 08 and FD. RGB value is (4,8,253). Sum of RGB (Red+Green+Blue) = 4+8+253=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #0408FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0408FD is #FBF702. Grayscale: #212121. Windows color (decimal): -16512771 or 16582660. OLE color: 16582660.
HSL color Cylindrical-coordinate representation of color #0408FD: hue angle of 239.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0408FD is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 8 | 253 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.01 |
| HSL | 239.04º | 0.98% | 0.5% | - |
| HSV(B) | 239.04º | 0.98% | 0.99% | - |
| XYZ | 17.87 | 7.29 | 93.39 | - |
| YUV | 34.73 | 251.17 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 253 | 0.98 | 0.97 | 0 | 0.01 | 239.04 | 0.98 | 0.5 |
| Hex | 4 | 8 | FD | 62 | 61 | 0 | 1 | EF | 62 | 32 |
| Octal | 4 | 10 | 375 | 142 | 141 | 0 | 1 | 357 | 142 | 62 |
| Binary | 100 | 1000 | 11111101 | 1100010 | 1100001 | 0 | 1 | 11101111 | 1100010 | 110010 |
Color Harmonies of #0408FD
Complementary color
Monochromatic Colors of #0408FD
Black with #0408FD
Text Example
Text Example
White with #0408FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0408FD; }
p { color: rgb(4,8,253); }
H1.HeaderClassName
{
color: #0408FD;
}
.AnyTagClassName
{
color: #0408FD;
}
</style>
background-color css
<style>
a { background-color: #0408FD; }
a { background-color: rgb(4,8,253); }
div.DivClassName
{
background-color: #0408FD;
}
.BgClassName
{
background-color: #0408FD;
}
</style>
border-color css
<style>
span { border-color: #0408FD; }
span { border-color: rgb(4,8,253); }
td.TdClassName
{
border-color: #0408FD;
}
.TagClassName
{
border-color: #0408FD;
}
</style>