Color spaces of #224bdf
RGB | 34 | 75 | 223 |
---|---|---|---|
HSL | 0.63 | 0.75 | 0.50 |
HSV | 227° | 85° | 87° |
CMYK | 0.85 | 0.66 | 0.00 0.13 |
XYZ | 16.4950 | 10.6999 | 71.0079 |
Yxy | 10.6999 | 0.1680 | 0.1090 |
Hunter Lab | 32.7107 | 32.7683 | -105.8084 |
CIE-Lab | 39.0704 | 41.5231 | -78.4896 |
#224bdf color RGB value is (34,75,223).
#224bdf hex color red value is 34, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #224bdf hue: 0.63 , saturation: 0.75 and the lightness value of 224bdf is 0.50.
The process color (four color CMYK) of #224bdf color hex is 0.85, 0.66, 0.00, 0.13. Web safe color of #224bdf is #3333cc. Color #224bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 01001011 | 11011111 |
Octal | 42 | 113 | 337 |
Decimal | 34 | 75 | 223 |
Hex | 22 | 4B | DF |
Shades of #224bdf
Tints of #224bdf
RGB Percentages of Color #224bdf
CMYK Percentages of Color #224bdf
Complementary Color
#224bdf | #dfb622 |
#224bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#224bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#224bdf Color CSS Codes
.mybgcolor {background-color:#224bdf; } .myforecolor {color:#224bdf; } .mybordercolor {border:3px solid #224bdf; }
#224bdf Text Font Color
<p style="color:#224bdf">Text here</p>
This sample text font color is #224bdf
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.
#224bdf Background Color
<div style="background-color:#224bdf">
Div content here</div>
This div background color is #224bdf
#224bdf Border Color
<div style="border:3px solid #224bdf">
Div here</div>
This div border color is #224bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,75,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #224bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #224bdf; -webkit-box-shadow: 1px 1px 3px 2px #224bdf; box-shadow: 1px 1px 3px 2px #224bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,75,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 #224bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #224bdf; -webkit-box-shadow: 1px 1px 3px 2px #224bdf; box-shadow: 1px 1px 3px 2px #224bdf;">
Div content here</div>
This div box has shadow with color #224bdf
Comments
No comments written yet.
Please login to write comment.