Color spaces of #456bdb
RGB | 69 | 107 | 219 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.56 |
HSV | 225° | 68° | 86° |
CMYK | 0.68 | 0.51 | 0.00 0.14 |
XYZ | 20.4981 | 16.8951 | 69.1985 |
Yxy | 16.8951 | 0.1923 | 0.1585 |
Hunter Lab | 41.1036 | 17.0853 | -71.0429 |
CIE-Lab | 48.1276 | 23.4318 | -61.3878 |
#456bdb color RGB value is (69,107,219).
#456bdb hex color red value is 69, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #456bdb hue: 0.62 , saturation: 0.68 and the lightness value of 456bdb is 0.56.
The process color (four color CMYK) of #456bdb color hex is 0.68, 0.51, 0.00, 0.14. Web safe color of #456bdb is #3366cc. Color #456bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01101011 | 11011011 |
Octal | 105 | 153 | 333 |
Decimal | 69 | 107 | 219 |
Hex | 45 | 6B | DB |
Shades of #456bdb
Tints of #456bdb
RGB Percentages of Color #456bdb
CMYK Percentages of Color #456bdb
Complementary Color
#456bdb | #dbb545 |
#456bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#456bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#456bdb Color CSS Codes
.mybgcolor {background-color:#456bdb; } .myforecolor {color:#456bdb; } .mybordercolor {border:3px solid #456bdb; }
#456bdb Text Font Color
<p style="color:#456bdb">Text here</p>
This sample text font color is #456bdb
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.
#456bdb Background Color
<div style="background-color:#456bdb">
Div content here</div>
This div background color is #456bdb
#456bdb Border Color
<div style="border:3px solid #456bdb">
Div here</div>
This div border color is #456bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,107,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #456bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #456bdb; -webkit-box-shadow: 1px 1px 3px 2px #456bdb; box-shadow: 1px 1px 3px 2px #456bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,107,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #456bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #456bdb; -webkit-box-shadow: 1px 1px 3px 2px #456bdb; box-shadow: 1px 1px 3px 2px #456bdb;">
Div content here</div>
This div box has shadow with color #456bdb
Comments
No comments written yet.
Please login to write comment.