Color Hex Logo

#2590eb Color Hex

#2590EB
(37,144,235)
0 Favorites   0 Comments

Color spaces of #2590eb

RGB 37144235
HSL0.580.830.53
HSV208°84°92°
CMYK 0.840.390.00   0.08
XYZ25.731626.338082.3248
Yxy26.33800.19150.1960
Hunter Lab51.3206-0.3129-59.1844
CIE-Lab58.35652.9521-54.0013

#2590eb color RGB value is (37,144,235).

#2590eb hex color red value is 37, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2590eb hue: 0.58 , saturation: 0.83 and the lightness value of 2590eb is 0.53.

The process color (four color CMYK) of #2590eb color hex is 0.84, 0.39, 0.00, 0.08. Web safe color of #2590eb is #3399ff. Color #2590eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010000 11101011
Octal 45 220 353
Decimal 37 144 235
Hex 25 90 EB

RGB Percentages of Color #2590eb

%8.89
%34.62
%56.49

CMYK Percentages of Color #2590eb

%84
%39
%0
%8

Triadic Colors of #2590eb

#2590eb #eb2590 #90eb25

Analogous Colors of #2590eb

#2590eb #252deb #25ebe3

Monochromatic Colors of #2590eb

#2590eb

Complementary Color

#2590eb #eb8025

#2590eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2590eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2590eb Color CSS Codes

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

#2590eb Text Font Color

<p style="color:#2590eb">Text here</p>

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


#2590eb Background Color

<div style="background-color:#2590eb">
Div content here</div>

This div background color is #2590eb


#2590eb Border Color

<div style="border:3px solid #2590eb">
Div here</div>

This div border color is #2590eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2590eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2590eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2590eb;
  box-shadow:         1px 1px 3px 2px #2590eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2590eb


Comments

No comments written yet.

Please login to write comment.