Color Hex Logo

#2559bb Color Hex

#2559BB
(37,89,187)
0 Favorites   0 Comments

Color spaces of #2559bb

RGB 3789187
HSL0.610.670.44
HSV219°80°73°
CMYK 0.800.520.00   0.27
XYZ13.305011.125948.4600
Yxy11.12590.18250.1526
Hunter Lab33.355512.8288-62.7896
CIE-Lab39.791719.1329-56.5069

#2559bb color RGB value is (37,89,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 10111011
Octal 45 131 273
Decimal 37 89 187
Hex 25 59 BB

RGB Percentages of Color #2559bb

%11.82
%28.43
%59.74

CMYK Percentages of Color #2559bb

%80
%52
%0
%27

Triadic Colors of #2559bb

#2559bb #bb2559 #59bb25

Analogous Colors of #2559bb

#2559bb #3c25bb #25a4bb

Monochromatic Colors of #2559bb

#2559bb

Complementary Color

#2559bb #bb8725

#2559bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2559bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2559bb Color CSS Codes

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

#2559bb Text Font Color

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

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


#2559bb Background Color

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

This div background color is #2559bb


#2559bb Border Color

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

This div border color is #2559bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2559bb


Comments

No comments written yet.

Please login to write comment.