Color spaces of #418ffa
RGB | 65 | 143 | 250 |
---|---|---|---|
HSL | 0.60 | 0.95 | 0.62 |
HSV | 215° | 74° | 98° |
CMYK | 0.74 | 0.43 | 0.00 0.02 |
XYZ | 29.2578 | 27.6709 | 94.2414 |
Yxy | 27.6709 | 0.1935 | 0.1830 |
Hunter Lab | 52.6031 | 7.2260 | -69.3991 |
CIE-Lab | 59.5902 | 11.7815 | -60.2724 |
#418ffa color RGB value is (65,143,250).
#418ffa hex color red value is 65, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #418ffa hue: 0.60 , saturation: 0.95 and the lightness value of 418ffa is 0.62.
The process color (four color CMYK) of #418ffa color hex is 0.74, 0.43, 0.00, 0.02. Web safe color of #418ffa is #3399ff. Color #418ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10001111 | 11111010 |
Octal | 101 | 217 | 372 |
Decimal | 65 | 143 | 250 |
Hex | 41 | 8F | FA |
Shades of #418ffa
Tints of #418ffa
RGB Percentages of Color #418ffa
CMYK Percentages of Color #418ffa
Complementary Color
#418ffa | #faac41 |
#418ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#418ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#418ffa Color CSS Codes
.mybgcolor {background-color:#418ffa; } .myforecolor {color:#418ffa; } .mybordercolor {border:3px solid #418ffa; }
#418ffa Text Font Color
<p style="color:#418ffa">Text here</p>
This sample text font color is #418ffa
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.
#418ffa Background Color
<div style="background-color:#418ffa">
Div content here</div>
This div background color is #418ffa
#418ffa Border Color
<div style="border:3px solid #418ffa">
Div here</div>
This div border color is #418ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,143,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #418ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #418ffa; -webkit-box-shadow: 1px 1px 3px 2px #418ffa; box-shadow: 1px 1px 3px 2px #418ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,143,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 #418ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #418ffa; -webkit-box-shadow: 1px 1px 3px 2px #418ffa; box-shadow: 1px 1px 3px 2px #418ffa;">
Div content here</div>
This div box has shadow with color #418ffa
Comments
No comments written yet.
Please login to write comment.