Color Hex Logo

#257deb Color Hex

#257DEB
(37,125,235)
0 Favorites   0 Comments

Color spaces of #257deb

RGB 37125235
HSL0.590.830.53
HSV213°84°92°
CMYK 0.840.470.00   0.08
XYZ23.092021.058781.4449
Yxy21.05870.18390.1677
Hunter Lab45.88989.5152-73.1047
CIE-Lab53.013714.5199-62.5616

#257deb color RGB value is (37,125,235).

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

The process color (four color CMYK) of #257deb color hex is 0.84, 0.47, 0.00, 0.08. Web safe color of #257deb is #3366ff. Color #257deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111101 11101011
Octal 45 175 353
Decimal 37 125 235
Hex 25 7D EB

RGB Percentages of Color #257deb

%9.32
%31.49
%59.19

CMYK Percentages of Color #257deb

%84
%47
%0
%8

Triadic Colors of #257deb

#257deb #eb257d #7deb25

Analogous Colors of #257deb

#257deb #3025eb #25e0eb

Monochromatic Colors of #257deb

#257deb

Complementary Color

#257deb #eb9325

#257deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#257deb Color CSS Codes

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

#257deb Text Font Color

<p style="color:#257deb">Text here</p>

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


#257deb Background Color

<div style="background-color:#257deb">
Div content here</div>

This div background color is #257deb


#257deb Border Color

<div style="border:3px solid #257deb">
Div here</div>

This div border color is #257deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257deb


Comments

No comments written yet.

Please login to write comment.