Shades of Blue #0401EA
Tints of Blue #0401EA
RGB
CMYK
RGB Variations
Color information
#0401EA (or 0x0401EA) is known color: Blue. HEX triplet: 04, 01 and EA. RGB value is (4,1,234). Sum of RGB (Red+Green+Blue) = 4+1+234=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 234 (91.80% from 255 or 97.91% from 239); Max value from RGB is 234 - color contains mainly: blue. Hex color #0401EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0401EA is #FBFE15. Grayscale: #1B1B1B. Windows color (decimal): -16514582 or 15335684. OLE color: 15335684.
HSL color Cylindrical-coordinate representation of color #0401EA: hue angle of 240.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0401EA is Cyan = 0.98, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 1 | 234 | - |
| CMYK | 0.98 | 1.00 | 0 | 0.08 |
| HSL | 240.77º | 0.99% | 0.46% | - |
| HSV(B) | 240.77º | 1% | 0.92% | - |
| XYZ | 14.91 | 5.99 | 78.21 | - |
| YUV | 28.46 | 243.99 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 234 | 0.98 | 1.00 | 0 | 0.08 | 240.77 | 0.99 | 0.46 |
| Hex | 4 | 1 | EA | 62 | 64 | 0 | 8 | F1 | 63 | 2E |
| Octal | 4 | 1 | 352 | 142 | 144 | 0 | 10 | 361 | 143 | 56 |
| Binary | 100 | 1 | 11101010 | 1100010 | 1100100 | 0 | 1000 | 11110001 | 1100011 | 101110 |
Color Harmonies of #0401EA
Complementary color
Monochromatic Colors of #0401EA
Black with #0401EA
Text Example
Text Example
White with #0401EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0401EA; }
p { color: rgb(4,1,234); }
H1.HeaderClassName
{
color: #0401EA;
}
.AnyTagClassName
{
color: #0401EA;
}
</style>
background-color css
<style>
a { background-color: #0401EA; }
a { background-color: rgb(4,1,234); }
div.DivClassName
{
background-color: #0401EA;
}
.BgClassName
{
background-color: #0401EA;
}
</style>
border-color css
<style>
span { border-color: #0401EA; }
span { border-color: rgb(4,1,234); }
td.TdClassName
{
border-color: #0401EA;
}
.TagClassName
{
border-color: #0401EA;
}
</style>