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