Color spaces of #0440eb
RGB | 4 | 64 | 235 |
---|---|---|---|
HSL | 0.62 | 0.97 | 0.47 |
HSV | 224° | 98° | 92° |
CMYK | 0.98 | 0.73 | 0.00 0.08 |
XYZ | 16.8789 | 9.6908 | 79.5782 |
Yxy | 9.6908 | 0.1590 | 0.0913 |
Hunter Lab | 31.1300 | 42.3062 | -129.7729 |
CIE-Lab | 37.2817 | 51.3801 | -88.2880 |
#0440eb color RGB value is (4,64,235).
#0440eb hex color red value is 4, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0440eb hue: 0.62 , saturation: 0.97 and the lightness value of 0440eb is 0.47.
The process color (four color CMYK) of #0440eb color hex is 0.98, 0.73, 0.00, 0.08. Web safe color of #0440eb is #0033ff. Color #0440eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01000000 | 11101011 |
Octal | 4 | 100 | 353 |
Decimal | 4 | 64 | 235 |
Hex | 4 | 40 | EB |
Shades of #0440eb
Tints of #0440eb
RGB Percentages of Color #0440eb
CMYK Percentages of Color #0440eb
Complementary Color
#0440eb | #ebaf04 |
#0440eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0440eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#0440eb Color CSS Codes
.mybgcolor {background-color:#0440eb; } .myforecolor {color:#0440eb; } .mybordercolor {border:3px solid #0440eb; }
#0440eb Text Font Color
<p style="color:#0440eb">Text here</p>
This sample text font color is #0440eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#0440eb Background Color
<div style="background-color:#0440eb">
Div content here</div>
This div background color is #0440eb
#0440eb Border Color
<div style="border:3px solid #0440eb">
Div here</div>
This div border color is #0440eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,64,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0440eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0440eb; -webkit-box-shadow: 1px 1px 3px 2px #0440eb; box-shadow: 1px 1px 3px 2px #0440eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,64,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0440eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0440eb; -webkit-box-shadow: 1px 1px 3px 2px #0440eb; box-shadow: 1px 1px 3px 2px #0440eb;">
Div content here</div>
This div box has shadow with color #0440eb
Comments
No comments written yet.
Please login to write comment.