Color Hex Logo

#265bbd Color Hex

#265BBD
(38,91,189)
0 Favorites   0 Comments

Color spaces of #265bbd

RGB 3891189
HSL0.610.670.45
HSV219°80°74°
CMYK 0.800.520.00   0.26
XYZ13.725711.568449.6536
Yxy11.56840.18310.1544
Hunter Lab34.012412.5121-62.7470
CIE-Lab40.521818.6941-56.4918

#265bbd color RGB value is (38,91,189).

#265bbd hex color red value is 38, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #265bbd hue: 0.61 , saturation: 0.67 and the lightness value of 265bbd is 0.45.

The process color (four color CMYK) of #265bbd color hex is 0.80, 0.52, 0.00, 0.26. Web safe color of #265bbd is #3366cc. Color #265bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 10111101
Octal 46 133 275
Decimal 38 91 189
Hex 26 5B BD

RGB Percentages of Color #265bbd

%11.95
%28.62
%59.43

CMYK Percentages of Color #265bbd

%80
%52
%0
%26

Triadic Colors of #265bbd

#265bbd #bd265b #5bbd26

Analogous Colors of #265bbd

#265bbd #3d26bd #26a7bd

Monochromatic Colors of #265bbd

#265bbd

Complementary Color

#265bbd #bd8826

#265bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265bbd Color CSS Codes

.mybgcolor {background-color:#265bbd; } 
.myforecolor {color:#265bbd; }
.mybordercolor {border:3px solid #265bbd; }

#265bbd Text Font Color

<p style="color:#265bbd">Text here</p>

This sample text font color is #265bbd
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.


#265bbd Background Color

<div style="background-color:#265bbd">
Div content here</div>

This div background color is #265bbd


#265bbd Border Color

<div style="border:3px solid #265bbd">
Div here</div>

This div border color is #265bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,91,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #265bbd;
  box-shadow:         1px 1px 3px 2px #265bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,91,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #265bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #265bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #265bbd;
  box-shadow:         1px 1px 3px 2px #265bbd;">
Div content here</div>

This div box has shadow with color #265bbd


Comments

No comments written yet.

Please login to write comment.