Shades of Blue #0401FF
Tints of Blue #0401FF
RGB
CMYK
RGB Variations
Color information
#0401FF (or 0x0401FF) is known color: Blue. HEX triplet: 04, 01 and FF. RGB value is (4,1,255). Sum of RGB (Red+Green+Blue) = 4+1+255=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 255 (100% from 255 or 98.08% from 260); Max value from RGB is 255 - color contains mainly: blue. Hex color #0401FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0401FF is #FBFE00. Grayscale: #1D1D1D. Windows color (decimal): -16514561 or 16711940. OLE color: 16711940.
HSL color Cylindrical-coordinate representation of color #0401FF: hue angle of 240.71º 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 #0401FF is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 1 | 255 | - |
| CMYK | 0.98 | 1.00 | 0 | 0 |
| HSL | 240.71º | 1% | 0.5% | - |
| HSV(B) | 240.71º | 1% | 1% | - |
| XYZ | 18.11 | 7.27 | 95.06 | - |
| YUV | 30.85 | 254.49 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 255 | 0.98 | 1.00 | 0 | 0 | 240.71 | 1 | 0.5 |
| Hex | 4 | 1 | FF | 62 | 64 | 0 | 0 | F1 | 64 | 32 |
| Octal | 4 | 1 | 377 | 142 | 144 | 0 | 0 | 361 | 144 | 62 |
| Binary | 100 | 1 | 11111111 | 1100010 | 1100100 | 0 | 0 | 11110001 | 1100100 | 110010 |
Color Harmonies of #0401FF
Complementary color
Monochromatic Colors of #0401FF
Black with #0401FF
Text Example
Text Example
White with #0401FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0401FF; }
p { color: rgb(4,1,255); }
H1.HeaderClassName
{
color: #0401FF;
}
.AnyTagClassName
{
color: #0401FF;
}
</style>
background-color css
<style>
a { background-color: #0401FF; }
a { background-color: rgb(4,1,255); }
div.DivClassName
{
background-color: #0401FF;
}
.BgClassName
{
background-color: #0401FF;
}
</style>
border-color css
<style>
span { border-color: #0401FF; }
span { border-color: rgb(4,1,255); }
td.TdClassName
{
border-color: #0401FF;
}
.TagClassName
{
border-color: #0401FF;
}
</style>