Color Hex Logo

#265dba Color Hex

#265DBA
(38,93,186)
0 Favorites   0 Comments

Color spaces of #265dba

RGB 3893186
HSL0.600.660.44
HSV218°80°73°
CMYK 0.800.500.00   0.27
XYZ13.576611.785948.0137
Yxy11.78590.18500.1606
Hunter Lab34.330610.5122-58.8897
CIE-Lab40.873816.2234-54.1711

#265dba color RGB value is (38,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 10111010
Octal 46 135 272
Decimal 38 93 186
Hex 26 5D BA

RGB Percentages of Color #265dba

%11.99
%29.34
%58.68

CMYK Percentages of Color #265dba

%80
%50
%0
%27

Triadic Colors of #265dba

#265dba #ba265d #5dba26

Analogous Colors of #265dba

#265dba #3926ba #26a7ba

Monochromatic Colors of #265dba

#265dba

Complementary Color

#265dba #ba8326

#265dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#265dba Color CSS Codes

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

#265dba Text Font Color

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

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


#265dba Background Color

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

This div background color is #265dba


#265dba Border Color

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

This div border color is #265dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265dba


Comments

No comments written yet.

Please login to write comment.