Color spaces of #1493df
RGB | 20 | 147 | 223 |
---|---|---|---|
HSL | 0.56 | 0.84 | 0.48 |
HSV | 202° | 91° | 87° |
CMYK | 0.91 | 0.34 | 0.00 0.13 |
XYZ | 24.0415 | 26.3439 | 73.6298 |
Yxy | 26.3439 | 0.1939 | 0.2124 |
Hunter Lab | 51.3263 | -6.2107 | -49.1256 |
CIE-Lab | 58.3620 | -4.3145 | -47.3370 |
#1493df color RGB value is (20,147,223).
#1493df hex color red value is 20, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1493df hue: 0.56 , saturation: 0.84 and the lightness value of 1493df is 0.48.
The process color (four color CMYK) of #1493df color hex is 0.91, 0.34, 0.00, 0.13. Web safe color of #1493df is #0099cc. Color #1493df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 10010011 | 11011111 |
Octal | 24 | 223 | 337 |
Decimal | 20 | 147 | 223 |
Hex | 14 | 93 | DF |
Shades of #1493df
Tints of #1493df
RGB Percentages of Color #1493df
CMYK Percentages of Color #1493df
Complementary Color
#1493df | #df6014 |
#1493df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1493df Color Preview on White Background
Lorem ipsum dolor sit amet.
#1493df Color CSS Codes
.mybgcolor {background-color:#1493df; } .myforecolor {color:#1493df; } .mybordercolor {border:3px solid #1493df; }
#1493df Text Font Color
<p style="color:#1493df">Text here</p>
This sample text font color is #1493df
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.
#1493df Background Color
<div style="background-color:#1493df">
Div content here</div>
This div background color is #1493df
#1493df Border Color
<div style="border:3px solid #1493df">
Div here</div>
This div border color is #1493df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,147,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1493df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1493df; -webkit-box-shadow: 1px 1px 3px 2px #1493df; box-shadow: 1px 1px 3px 2px #1493df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,147,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1493df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1493df; -webkit-box-shadow: 1px 1px 3px 2px #1493df; box-shadow: 1px 1px 3px 2px #1493df;">
Div content here</div>
This div box has shadow with color #1493df
Comments
No comments written yet.
Please login to write comment.