Color Hex Logo

#2559ba Color Hex

#2559BA
(37,89,186)
0 Favorites   0 Comments

Color spaces of #2559ba

RGB 3789186
HSL0.610.670.44
HSV219°80°73°
CMYK 0.800.520.00   0.27
XYZ13.198311.083247.8980
Yxy11.08320.18290.1536
Hunter Lab33.291412.5058-61.9994
CIE-Lab39.720218.7451-56.0376

#2559ba color RGB value is (37,89,186).

#2559ba hex color red value is 37, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2559ba hue: 0.61 , saturation: 0.67 and the lightness value of 2559ba is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 10111010
Octal 45 131 272
Decimal 37 89 186
Hex 25 59 BA

RGB Percentages of Color #2559ba

%11.86
%28.53
%59.62

CMYK Percentages of Color #2559ba

%80
%52
%0
%27

Triadic Colors of #2559ba

#2559ba #ba2559 #59ba25

Analogous Colors of #2559ba

#2559ba #3c25ba #25a4ba

Monochromatic Colors of #2559ba

#2559ba

Complementary Color

#2559ba #ba8625

#2559ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2559ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2559ba Color CSS Codes

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

#2559ba Text Font Color

<p style="color:#2559ba">Text here</p>

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


#2559ba Background Color

<div style="background-color:#2559ba">
Div content here</div>

This div background color is #2559ba


#2559ba Border Color

<div style="border:3px solid #2559ba">
Div here</div>

This div border color is #2559ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,89,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2559ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2559ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2559ba;
  box-shadow:         1px 1px 3px 2px #2559ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,89,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 #2559ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2559ba


Comments

No comments written yet.

Please login to write comment.