Color Hex Logo

#265dbb Color Hex

#265DBB
(38,93,187)
0 Favorites   0 Comments

Color spaces of #265dbb

RGB 3893187
HSL0.610.660.44
HSV218°80°73°
CMYK 0.800.500.00   0.27
XYZ13.683311.828648.5757
Yxy11.82860.18470.1597
Hunter Lab34.392710.8297-59.6653
CIE-Lab40.942416.6106-54.6444

#265dbb color RGB value is (38,93,187).

#265dbb hex color red value is 38, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #265dbb hue: 0.61 , saturation: 0.66 and the lightness value of 265dbb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 10111011
Octal 46 135 273
Decimal 38 93 187
Hex 26 5D BB

RGB Percentages of Color #265dbb

%11.95
%29.25
%58.81

CMYK Percentages of Color #265dbb

%80
%50
%0
%27

Triadic Colors of #265dbb

#265dbb #bb265d #5dbb26

Analogous Colors of #265dbb

#265dbb #3a26bb #26a8bb

Monochromatic Colors of #265dbb

#265dbb

Complementary Color

#265dbb #bb8426

#265dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265dbb Color CSS Codes

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

#265dbb Text Font Color

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

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


#265dbb Background Color

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

This div background color is #265dbb


#265dbb Border Color

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

This div border color is #265dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265dbb


Comments

No comments written yet.

Please login to write comment.