Shades of Blue #0400FD
Tints of Blue #0400FD
RGB
CMYK
RGB Variations
Color information
#0400FD (or 0x0400FD) is known color: Blue. HEX triplet: 04, 00 and FD. RGB value is (4,0,253). Sum of RGB (Red+Green+Blue) = 4+0+253=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 253 (99.22% from 255 or 98.44% from 257); Max value from RGB is 253 - color contains mainly: blue. Hex color #0400FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0400FD is #FBFF02. Grayscale: #1D1D1D. Windows color (decimal): -16514819 or 16580612. OLE color: 16580612.
HSL color Cylindrical-coordinate representation of color #0400FD: hue angle of 240.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400FD is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 0 | 253 | - |
| CMYK | 0.98 | 1 | 0 | 0.01 |
| HSL | 240.95º | 1% | 0.5% | - |
| HSV(B) | 240.95º | 1% | 0.99% | - |
| XYZ | 17.78 | 7.12 | 93.37 | - |
| YUV | 30.04 | 253.83 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 253 | 0.98 | 1 | 0 | 0.01 | 240.95 | 1 | 0.5 |
| Hex | 4 | 0 | FD | 62 | 64 | 0 | 1 | F1 | 64 | 32 |
| Octal | 4 | 0 | 375 | 142 | 144 | 0 | 1 | 361 | 144 | 62 |
| Binary | 100 | 0 | 11111101 | 1100010 | 1100100 | 0 | 1 | 11110001 | 1100100 | 110010 |
Color Harmonies of #0400FD
Complementary color
Monochromatic Colors of #0400FD
Black with #0400FD
Text Example
Text Example
White with #0400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400FD; }
p { color: rgb(4,0,253); }
H1.HeaderClassName
{
color: #0400FD;
}
.AnyTagClassName
{
color: #0400FD;
}
</style>
background-color css
<style>
a { background-color: #0400FD; }
a { background-color: rgb(4,0,253); }
div.DivClassName
{
background-color: #0400FD;
}
.BgClassName
{
background-color: #0400FD;
}
</style>
border-color css
<style>
span { border-color: #0400FD; }
span { border-color: rgb(4,0,253); }
td.TdClassName
{
border-color: #0400FD;
}
.TagClassName
{
border-color: #0400FD;
}
</style>