Color Hex Logo

#265edb Color Hex

#265EDB
(38,94,219)
0 Favorites   0 Comments

Color spaces of #265edb

RGB 3894219
HSL0.620.720.50
HSV221°83°86°
CMYK 0.830.570.00   0.14
XYZ17.588213.531968.7028
Yxy13.53190.17620.1356
Hunter Lab36.785720.9704-84.9828
CIE-Lab43.554028.2270-68.8618

#265edb color RGB value is (38,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 11011011
Octal 46 136 333
Decimal 38 94 219
Hex 26 5E DB

RGB Percentages of Color #265edb

%10.83
%26.78
%62.39

CMYK Percentages of Color #265edb

%83
%57
%0
%14

Triadic Colors of #265edb

#265edb #db265e #5edb26

Analogous Colors of #265edb

#265edb #4826db #26b9db

Monochromatic Colors of #265edb

#265edb

Complementary Color

#265edb #dba326

#265edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#265edb Color CSS Codes

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

#265edb Text Font Color

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

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


#265edb Background Color

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

This div background color is #265edb


#265edb Border Color

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

This div border color is #265edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265edb


Comments

No comments written yet.

Please login to write comment.