color codes Logo

#257dfc color codes

#257DFC
(37,125,252)
0 Favorites   0 Comments

Color spaces of #257dfc

RGB 37125252
HSL0.600.970.57
HSV215°85°99°
CMYK 0.850.500.00   0.01
XYZ25.667322.088895.0062
Yxy22.08880.17980.1547
Hunter Lab46.998715.2360-86.9535
CIE-Lab54.121120.9384-70.2162

#257dfc color RGB value is (37,125,252).

#257dfc hex color red value is 37, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #257dfc hue: 0.60 , saturation: 0.97 and the lightness value of 257dfc is 0.57.

The process color (four color CMYK) of #257dfc color code is 0.85, 0.50, 0.00, 0.01. Web safe color of #257dfc is #3366ff. Color #257dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111101 11111100
Octal 45 175 374
Decimal 37 125 252
Hex 25 7D FC

RGB Percentages of Color #257dfc

%8.94
%30.19
%60.87

CMYK Percentages of Color #257dfc

%85
%50
%0
%1

Triadic Colors of #257dfc

#257dfc #fc257d #7dfc25

Analogous Colors of #257dfc

#257dfc #3925fc #25e9fc

Monochromatic Colors of #257dfc

#257dfc

Complementary Color

#257dfc #fca425

#257dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#257dfc Color CSS Codes

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

#257dfc Text Font Color

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

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


#257dfc Background Color

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

This div background color is #257dfc


#257dfc Border Color

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

This div border color is #257dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257dfc


Comments

No comments written yet.

Please login to write comment.