Color spaces of #151edb
RGB | 21 | 30 | 219 |
---|---|---|---|
HSL | 0.66 | 0.83 | 0.47 |
HSV | 237° | 90° | 86° |
CMYK | 0.90 | 0.86 | 0.00 0.14 |
XYZ | 13.5597 | 6.2024 | 67.5003 |
Yxy | 6.2024 | 0.1554 | 0.0711 |
Hunter Lab | 24.9046 | 53.6040 | -143.2636 |
CIE-Lab | 29.9175 | 63.3405 | -91.3663 |
#151edb color RGB value is (21,30,219).
#151edb hex color red value is 21, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #151edb hue: 0.66 , saturation: 0.83 and the lightness value of 151edb is 0.47.
The process color (four color CMYK) of #151edb color hex is 0.90, 0.86, 0.00, 0.14. Web safe color of #151edb is #0033cc. Color #151edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00011110 | 11011011 |
Octal | 25 | 36 | 333 |
Decimal | 21 | 30 | 219 |
Hex | 15 | 1E | DB |
Shades of #151edb
Tints of #151edb
RGB Percentages of Color #151edb
CMYK Percentages of Color #151edb
Complementary Color
#151edb | #dbd215 |
#151edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#151edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#151edb Color CSS Codes
.mybgcolor {background-color:#151edb; } .myforecolor {color:#151edb; } .mybordercolor {border:3px solid #151edb; }
#151edb Text Font Color
<p style="color:#151edb">Text here</p>
This sample text font color is #151edb
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.
#151edb Background Color
<div style="background-color:#151edb">
Div content here</div>
This div background color is #151edb
#151edb Border Color
<div style="border:3px solid #151edb">
Div here</div>
This div border color is #151edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,30,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #151edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #151edb; -webkit-box-shadow: 1px 1px 3px 2px #151edb; box-shadow: 1px 1px 3px 2px #151edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,30,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #151edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #151edb; -webkit-box-shadow: 1px 1px 3px 2px #151edb; box-shadow: 1px 1px 3px 2px #151edb;">
Div content here</div>
This div box has shadow with color #151edb
Comments
No comments written yet.
Please login to write comment.