Color spaces of #265bcd
RGB | 38 | 91 | 205 |
---|---|---|---|
HSL | 0.61 | 0.69 | 0.48 |
HSV | 221° | 81° | 80° |
CMYK | 0.81 | 0.56 | 0.00 0.20 |
XYZ | 15.5599 | 12.3020 | 59.3120 |
Yxy | 12.3020 | 0.1785 | 0.1411 |
Hunter Lab | 35.0742 | 17.8077 | -75.7100 |
CIE-Lab | 41.6921 | 24.8494 | -63.8702 |
#265bcd color RGB value is (38,91,205).
#265bcd hex color red value is 38, green value is 91 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #265bcd hue: 0.61 , saturation: 0.69 and the lightness value of 265bcd is 0.48.
The process color (four color CMYK) of #265bcd color hex is 0.81, 0.56, 0.00, 0.20. Web safe color of #265bcd is #3366cc. Color #265bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 01011011 | 11001101 |
Octal | 46 | 133 | 315 |
Decimal | 38 | 91 | 205 |
Hex | 26 | 5B | CD |
Shades of #265bcd
Tints of #265bcd
RGB Percentages of Color #265bcd
CMYK Percentages of Color #265bcd
Complementary Color
#265bcd | #cd9826 |
#265bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#265bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#265bcd Color CSS Codes
.mybgcolor {background-color:#265bcd; } .myforecolor {color:#265bcd; } .mybordercolor {border:3px solid #265bcd; }
#265bcd Text Font Color
<p style="color:#265bcd">Text here</p>
This sample text font color is #265bcd
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.
#265bcd Background Color
<div style="background-color:#265bcd">
Div content here</div>
This div background color is #265bcd
#265bcd Border Color
<div style="border:3px solid #265bcd">
Div here</div>
This div border color is #265bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,91,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #265bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #265bcd; -webkit-box-shadow: 1px 1px 3px 2px #265bcd; box-shadow: 1px 1px 3px 2px #265bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,91,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #265bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #265bcd; -webkit-box-shadow: 1px 1px 3px 2px #265bcd; box-shadow: 1px 1px 3px 2px #265bcd;">
Div content here</div>
This div box has shadow with color #265bcd
Comments
No comments written yet.
Please login to write comment.