Color spaces of #203bdb
RGB | 32 | 59 | 219 |
---|---|---|---|
HSL | 0.64 | 0.75 | 0.49 |
HSV | 231° | 85° | 86° |
CMYK | 0.85 | 0.73 | 0.00 0.14 |
XYZ | 14.9458 | 8.5495 | 67.8803 |
Yxy | 8.5495 | 0.1636 | 0.0936 |
Hunter Lab | 29.2395 | 40.0712 | -117.1756 |
CIE-Lab | 35.1020 | 49.6082 | -82.7468 |
#203bdb color RGB value is (32,59,219).
#203bdb hex color red value is 32, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #203bdb hue: 0.64 , saturation: 0.75 and the lightness value of 203bdb is 0.49.
The process color (four color CMYK) of #203bdb color hex is 0.85, 0.73, 0.00, 0.14. Web safe color of #203bdb is #3333cc. Color #203bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00111011 | 11011011 |
Octal | 40 | 73 | 333 |
Decimal | 32 | 59 | 219 |
Hex | 20 | 3B | DB |
Shades of #203bdb
Tints of #203bdb
RGB Percentages of Color #203bdb
CMYK Percentages of Color #203bdb
Complementary Color
#203bdb | #dbc020 |
#203bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#203bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#203bdb Color CSS Codes
.mybgcolor {background-color:#203bdb; } .myforecolor {color:#203bdb; } .mybordercolor {border:3px solid #203bdb; }
#203bdb Text Font Color
<p style="color:#203bdb">Text here</p>
This sample text font color is #203bdb
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.
#203bdb Background Color
<div style="background-color:#203bdb">
Div content here</div>
This div background color is #203bdb
#203bdb Border Color
<div style="border:3px solid #203bdb">
Div here</div>
This div border color is #203bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,59,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #203bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #203bdb; -webkit-box-shadow: 1px 1px 3px 2px #203bdb; box-shadow: 1px 1px 3px 2px #203bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,59,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 #203bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #203bdb; -webkit-box-shadow: 1px 1px 3px 2px #203bdb; box-shadow: 1px 1px 3px 2px #203bdb;">
Div content here</div>
This div box has shadow with color #203bdb
Comments
No comments written yet.
Please login to write comment.