Color Hex Logo

#257cfb Color Hex

#257CFB
(37,124,251)
0 Favorites   0 Comments

Color spaces of #257cfb

RGB 37124251
HSL0.600.960.56
HSV216°85°98°
CMYK 0.850.510.00   0.02
XYZ25.383221.773794.1317
Yxy21.77370.17970.1541
Hunter Lab46.662315.4408-86.9419
CIE-Lab53.786121.1857-70.2056

#257cfb color RGB value is (37,124,251).

#257cfb hex color red value is 37, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #257cfb hue: 0.60 , saturation: 0.96 and the lightness value of 257cfb is 0.56.

The process color (four color CMYK) of #257cfb color hex is 0.85, 0.51, 0.00, 0.02. Web safe color of #257cfb is #3366ff. Color #257cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111100 11111011
Octal 45 174 373
Decimal 37 124 251
Hex 25 7C FB

RGB Percentages of Color #257cfb

%8.98
%30.10
%60.92

CMYK Percentages of Color #257cfb

%85
%51
%0
%2

Triadic Colors of #257cfb

#257cfb #fb257c #7cfb25

Analogous Colors of #257cfb

#257cfb #3925fb #25e7fb

Monochromatic Colors of #257cfb

#257cfb

Complementary Color

#257cfb #fba425

#257cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#257cfb Color CSS Codes

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

#257cfb Text Font Color

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

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


#257cfb Background Color

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

This div background color is #257cfb


#257cfb Border Color

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

This div border color is #257cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257cfb


Comments

No comments written yet.

Please login to write comment.