Color spaces of #1438dc
RGB | 20 | 56 | 220 |
---|---|---|---|
HSL | 0.64 | 0.83 | 0.47 |
HSV | 229° | 91° | 86° |
CMYK | 0.91 | 0.75 | 0.00 0.14 |
XYZ | 14.6209 | 8.1444 | 68.5116 |
Yxy | 8.1444 | 0.1602 | 0.0892 |
Hunter Lab | 28.5384 | 41.5076 | -122.3595 |
CIE-Lab | 34.2818 | 51.1737 | -84.6890 |
#1438dc color RGB value is (20,56,220).
#1438dc hex color red value is 20, green value is 56 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1438dc hue: 0.64 , saturation: 0.83 and the lightness value of 1438dc is 0.47.
The process color (four color CMYK) of #1438dc color hex is 0.91, 0.75, 0.00, 0.14. Web safe color of #1438dc is #0033cc. Color #1438dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00111000 | 11011100 |
Octal | 24 | 70 | 334 |
Decimal | 20 | 56 | 220 |
Hex | 14 | 38 | DC |
Shades of #1438dc
Tints of #1438dc
RGB Percentages of Color #1438dc
CMYK Percentages of Color #1438dc
Complementary Color
#1438dc | #dcb814 |
#1438dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1438dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1438dc Color CSS Codes
.mybgcolor {background-color:#1438dc; } .myforecolor {color:#1438dc; } .mybordercolor {border:3px solid #1438dc; }
#1438dc Text Font Color
<p style="color:#1438dc">Text here</p>
This sample text font color is #1438dc
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.
#1438dc Background Color
<div style="background-color:#1438dc">
Div content here</div>
This div background color is #1438dc
#1438dc Border Color
<div style="border:3px solid #1438dc">
Div here</div>
This div border color is #1438dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,56,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1438dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1438dc; -webkit-box-shadow: 1px 1px 3px 2px #1438dc; box-shadow: 1px 1px 3px 2px #1438dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,56,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1438dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1438dc; -webkit-box-shadow: 1px 1px 3px 2px #1438dc; box-shadow: 1px 1px 3px 2px #1438dc;">
Div content here</div>
This div box has shadow with color #1438dc
Comments
No comments written yet.
Please login to write comment.