Color spaces of #457beb
RGB | 69 | 123 | 235 |
---|---|---|---|
HSL | 0.61 | 0.81 | 0.60 |
HSV | 220° | 71° | 92° |
CMYK | 0.71 | 0.48 | 0.00 0.08 |
XYZ | 24.5326 | 21.4293 | 81.4405 |
Yxy | 21.4293 | 0.1926 | 0.1682 |
Hunter Lab | 46.2918 | 13.5865 | -71.9038 |
CIE-Lab | 53.4162 | 19.1425 | -61.8644 |
#457beb color RGB value is (69,123,235).
#457beb hex color red value is 69, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #457beb hue: 0.61 , saturation: 0.81 and the lightness value of 457beb is 0.60.
The process color (four color CMYK) of #457beb color hex is 0.71, 0.48, 0.00, 0.08. Web safe color of #457beb is #3366ff. Color #457beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01111011 | 11101011 |
Octal | 105 | 173 | 353 |
Decimal | 69 | 123 | 235 |
Hex | 45 | 7B | EB |
Shades of #457beb
Tints of #457beb
RGB Percentages of Color #457beb
CMYK Percentages of Color #457beb
Complementary Color
#457beb | #ebb545 |
#457beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#457beb Color CSS Codes
.mybgcolor {background-color:#457beb; } .myforecolor {color:#457beb; } .mybordercolor {border:3px solid #457beb; }
#457beb Text Font Color
<p style="color:#457beb">Text here</p>
This sample text font color is #457beb
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.
#457beb Background Color
<div style="background-color:#457beb">
Div content here</div>
This div background color is #457beb
#457beb Border Color
<div style="border:3px solid #457beb">
Div here</div>
This div border color is #457beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,123,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457beb; -webkit-box-shadow: 1px 1px 3px 2px #457beb; box-shadow: 1px 1px 3px 2px #457beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,123,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457beb; -webkit-box-shadow: 1px 1px 3px 2px #457beb; box-shadow: 1px 1px 3px 2px #457beb;">
Div content here</div>
This div box has shadow with color #457beb
Comments
No comments written yet.
Please login to write comment.