Color Hex Logo

#265bda Color Hex

#265BDA
(38,91,218)
0 Favorites   0 Comments

Color spaces of #265bda

RGB 3891218
HSL0.620.710.50
HSV222°83°85°
CMYK 0.830.580.00   0.15
XYZ17.195312.956267.9242
Yxy12.95620.17530.1321
Hunter Lab35.994722.2818-86.6875
CIE-Lab42.697229.7826-69.6886

#265bda color RGB value is (38,91,218).

#265bda hex color red value is 38, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #265bda hue: 0.62 , saturation: 0.71 and the lightness value of 265bda is 0.50.

The process color (four color CMYK) of #265bda color hex is 0.83, 0.58, 0.00, 0.15. Web safe color of #265bda is #3366cc. Color #265bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 11011010
Octal 46 133 332
Decimal 38 91 218
Hex 26 5B DA

RGB Percentages of Color #265bda

%10.95
%26.22
%62.82

CMYK Percentages of Color #265bda

%83
%58
%0
%15

Triadic Colors of #265bda

#265bda #da265b #5bda26

Analogous Colors of #265bda

#265bda #4b26da #26b5da

Monochromatic Colors of #265bda

#265bda

Complementary Color

#265bda #daa526

#265bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#265bda Color CSS Codes

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

#265bda Text Font Color

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

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


#265bda Background Color

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

This div background color is #265bda


#265bda Border Color

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

This div border color is #265bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265bda


Comments

No comments written yet.

Please login to write comment.