Color spaces of #458dfa
RGB | 69 | 141 | 250 |
---|---|---|---|
HSL | 0.60 | 0.95 | 0.63 |
HSV | 216° | 72° | 98° |
CMYK | 0.72 | 0.44 | 0.00 0.02 |
XYZ | 29.2344 | 27.2171 | 94.1551 |
Yxy | 27.2171 | 0.1941 | 0.1807 |
Hunter Lab | 52.1700 | 8.7282 | -70.4861 |
CIE-Lab | 59.1747 | 13.4825 | -60.9306 |
#458dfa color RGB value is (69,141,250).
#458dfa hex color red value is 69, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #458dfa hue: 0.60 , saturation: 0.95 and the lightness value of 458dfa is 0.63.
The process color (four color CMYK) of #458dfa color hex is 0.72, 0.44, 0.00, 0.02. Web safe color of #458dfa is #3399ff. Color #458dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 10001101 | 11111010 |
Octal | 105 | 215 | 372 |
Decimal | 69 | 141 | 250 |
Hex | 45 | 8D | FA |
Shades of #458dfa
Tints of #458dfa
RGB Percentages of Color #458dfa
CMYK Percentages of Color #458dfa
Complementary Color
#458dfa | #fab245 |
#458dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#458dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#458dfa Color CSS Codes
.mybgcolor {background-color:#458dfa; } .myforecolor {color:#458dfa; } .mybordercolor {border:3px solid #458dfa; }
#458dfa Text Font Color
<p style="color:#458dfa">Text here</p>
This sample text font color is #458dfa
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.
#458dfa Background Color
<div style="background-color:#458dfa">
Div content here</div>
This div background color is #458dfa
#458dfa Border Color
<div style="border:3px solid #458dfa">
Div here</div>
This div border color is #458dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,141,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #458dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #458dfa; -webkit-box-shadow: 1px 1px 3px 2px #458dfa; box-shadow: 1px 1px 3px 2px #458dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,141,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #458dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #458dfa; -webkit-box-shadow: 1px 1px 3px 2px #458dfa; box-shadow: 1px 1px 3px 2px #458dfa;">
Div content here</div>
This div box has shadow with color #458dfa
Comments
No comments written yet.
Please login to write comment.