Color Hex Logo

#2597ee Color Hex

#2597EE
(37,151,238)
0 Favorites   0 Comments

Color spaces of #2597ee

RGB 37151238
HSL0.570.860.54
HSV206°84°93°
CMYK 0.840.370.00   0.07
XYZ27.262228.699684.9916
Yxy28.69960.19340.2036
Hunter Lab53.5720-2.9143-56.5627
CIE-Lab60.5156-0.0641-52.2253

#2597ee color RGB value is (37,151,238).

#2597ee hex color red value is 37, green value is 151 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2597ee hue: 0.57 , saturation: 0.86 and the lightness value of 2597ee is 0.54.

The process color (four color CMYK) of #2597ee color hex is 0.84, 0.37, 0.00, 0.07. Web safe color of #2597ee is #3399ff. Color #2597ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010111 11101110
Octal 45 227 356
Decimal 37 151 238
Hex 25 97 EE

RGB Percentages of Color #2597ee

%8.69
%35.45
%55.87

CMYK Percentages of Color #2597ee

%84
%37
%0
%7

Triadic Colors of #2597ee

#2597ee #ee2597 #97ee25

Analogous Colors of #2597ee

#2597ee #2533ee #25eee1

Monochromatic Colors of #2597ee

#2597ee

Complementary Color

#2597ee #ee7c25

#2597ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2597ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2597ee Color CSS Codes

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

#2597ee Text Font Color

<p style="color:#2597ee">Text here</p>

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


#2597ee Background Color

<div style="background-color:#2597ee">
Div content here</div>

This div background color is #2597ee


#2597ee Border Color

<div style="border:3px solid #2597ee">
Div here</div>

This div border color is #2597ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,151,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2597ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2597ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2597ee;
  box-shadow:         1px 1px 3px 2px #2597ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,151,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2597ee


Comments

No comments written yet.

Please login to write comment.