Color Hex Logo

#254b9f Color Hex

#254B9F
(37,75,159)
0 Favorites   0 Comments

Color spaces of #254b9f

RGB 3775159
HSL0.610.620.38
HSV221°77°62°
CMYK 0.770.530.00   0.38
XYZ9.53707.928733.8286
Yxy7.92870.18590.1546
Hunter Lab28.157911.1809-51.5197
CIE-Lab33.834017.5405-49.5374

#254b9f color RGB value is (37,75,159).

#254b9f hex color red value is 37, green value is 75 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #254b9f hue: 0.61 , saturation: 0.62 and the lightness value of 254b9f is 0.38.

The process color (four color CMYK) of #254b9f color hex is 0.77, 0.53, 0.00, 0.38. Web safe color of #254b9f is #333399. Color #254b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 10011111
Octal 45 113 237
Decimal 37 75 159
Hex 25 4B 9F

RGB Percentages of Color #254b9f

%13.65
%27.68
%58.67

CMYK Percentages of Color #254b9f

%77
%53
%0
%38

Triadic Colors of #254b9f

#254b9f #9f254b #4b9f25

Analogous Colors of #254b9f

#254b9f #3c259f #25889f

Monochromatic Colors of #254b9f

#254b9f

Complementary Color

#254b9f #9f7925

#254b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#254b9f Color CSS Codes

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

#254b9f Text Font Color

<p style="color:#254b9f">Text here</p>

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


#254b9f Background Color

<div style="background-color:#254b9f">
Div content here</div>

This div background color is #254b9f


#254b9f Border Color

<div style="border:3px solid #254b9f">
Div here</div>

This div border color is #254b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,75,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #254b9f;
  box-shadow:         1px 1px 3px 2px #254b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254b9f


Comments

No comments written yet.

Please login to write comment.