Color spaces of #217bdf
RGB | 33 | 123 | 223 |
---|---|---|---|
HSL | 0.59 | 0.75 | 0.50 |
HSV | 212° | 85° | 87° |
CMYK | 0.85 | 0.45 | 0.00 0.13 |
XYZ | 21.0294 | 19.8170 | 72.5287 |
Yxy | 19.8170 | 0.1855 | 0.1748 |
Hunter Lab | 44.5163 | 6.4195 | -65.4375 |
CIE-Lab | 51.6297 | 10.9051 | -58.0651 |
#217bdf color RGB value is (33,123,223).
#217bdf hex color red value is 33, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #217bdf hue: 0.59 , saturation: 0.75 and the lightness value of 217bdf is 0.50.
The process color (four color CMYK) of #217bdf color hex is 0.85, 0.45, 0.00, 0.13. Web safe color of #217bdf is #3366cc. Color #217bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 01111011 | 11011111 |
Octal | 41 | 173 | 337 |
Decimal | 33 | 123 | 223 |
Hex | 21 | 7B | DF |
Shades of #217bdf
Tints of #217bdf
RGB Percentages of Color #217bdf
CMYK Percentages of Color #217bdf
Complementary Color
#217bdf | #df8521 |
#217bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#217bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#217bdf Color CSS Codes
.mybgcolor {background-color:#217bdf; } .myforecolor {color:#217bdf; } .mybordercolor {border:3px solid #217bdf; }
#217bdf Text Font Color
<p style="color:#217bdf">Text here</p>
This sample text font color is #217bdf
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.
#217bdf Background Color
<div style="background-color:#217bdf">
Div content here</div>
This div background color is #217bdf
#217bdf Border Color
<div style="border:3px solid #217bdf">
Div here</div>
This div border color is #217bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,123,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #217bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #217bdf; -webkit-box-shadow: 1px 1px 3px 2px #217bdf; box-shadow: 1px 1px 3px 2px #217bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,123,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #217bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #217bdf; -webkit-box-shadow: 1px 1px 3px 2px #217bdf; box-shadow: 1px 1px 3px 2px #217bdf;">
Div content here</div>
This div box has shadow with color #217bdf
Comments
No comments written yet.
Please login to write comment.