Color spaces of #457ccb
RGB | 69 | 124 | 203 |
---|---|---|---|
HSL | 0.60 | 0.56 | 0.53 |
HSV | 215° | 66° | 80° |
CMYK | 0.66 | 0.39 | 0.00 0.20 |
XYZ | 20.4414 | 19.9923 | 59.2814 |
Yxy | 19.9923 | 0.2050 | 0.2005 |
Hunter Lab | 44.7127 | 3.3578 | -47.3094 |
CIE-Lab | 51.8285 | 7.2028 | -46.3656 |
#457ccb color RGB value is (69,124,203).
#457ccb hex color red value is 69, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #457ccb hue: 0.60 , saturation: 0.56 and the lightness value of 457ccb is 0.53.
The process color (four color CMYK) of #457ccb color hex is 0.66, 0.39, 0.00, 0.20. Web safe color of #457ccb is #3366cc. Color #457ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01111100 | 11001011 |
Octal | 105 | 174 | 313 |
Decimal | 69 | 124 | 203 |
Hex | 45 | 7C | CB |
Shades of #457ccb
Tints of #457ccb
RGB Percentages of Color #457ccb
CMYK Percentages of Color #457ccb
Complementary Color
#457ccb | #cb9445 |
#457ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#457ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#457ccb Color CSS Codes
.mybgcolor {background-color:#457ccb; } .myforecolor {color:#457ccb; } .mybordercolor {border:3px solid #457ccb; }
#457ccb Text Font Color
<p style="color:#457ccb">Text here</p>
This sample text font color is #457ccb
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.
#457ccb Background Color
<div style="background-color:#457ccb">
Div content here</div>
This div background color is #457ccb
#457ccb Border Color
<div style="border:3px solid #457ccb">
Div here</div>
This div border color is #457ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,124,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #457ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #457ccb; -webkit-box-shadow: 1px 1px 3px 2px #457ccb; box-shadow: 1px 1px 3px 2px #457ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,124,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #457ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #457ccb; -webkit-box-shadow: 1px 1px 3px 2px #457ccb; box-shadow: 1px 1px 3px 2px #457ccb;">
Div content here</div>
This div box has shadow with color #457ccb
Comments
No comments written yet.
Please login to write comment.