Color Hex Logo

#254bbd Color Hex

#254BBD
(37,75,189)
0 Favorites   0 Comments

Color spaces of #254bbd

RGB 3775189
HSL0.630.670.44
HSV225°80°74°
CMYK 0.800.600.00   0.26
XYZ12.46439.099649.2436
Yxy9.09960.17600.1285
Hunter Lab30.165520.9659-75.6718
CIE-Lab36.175429.1332-63.5607

#254bbd color RGB value is (37,75,189).

#254bbd hex color red value is 37, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #254bbd hue: 0.63 , saturation: 0.67 and the lightness value of 254bbd is 0.44.

The process color (four color CMYK) of #254bbd color hex is 0.80, 0.60, 0.00, 0.26. Web safe color of #254bbd is #3333cc. Color #254bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 10111101
Octal 45 113 275
Decimal 37 75 189
Hex 25 4B BD

RGB Percentages of Color #254bbd

%12.29
%24.92
%62.79

CMYK Percentages of Color #254bbd

%80
%60
%0
%26

Triadic Colors of #254bbd

#254bbd #bd254b #4bbd25

Analogous Colors of #254bbd

#254bbd #4b25bd #2597bd

Monochromatic Colors of #254bbd

#254bbd

Complementary Color

#254bbd #bd9725

#254bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#254bbd Color CSS Codes

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

#254bbd Text Font Color

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

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


#254bbd Background Color

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

This div background color is #254bbd


#254bbd Border Color

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

This div border color is #254bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254bbd


Comments

No comments written yet.

Please login to write comment.