Color Hex Logo

#2571fb Color Hex

#2571FB
(37,113,251)
0 Favorites   0 Comments

Color spaces of #2571fb

RGB 37113251
HSL0.610.960.56
HSV219°85°98°
CMYK 0.850.550.00   0.02
XYZ24.080719.168693.6975
Yxy19.16860.17580.1400
Hunter Lab43.782021.5591-96.2388
CIE-Lab50.883928.0907-74.9160

#2571fb color RGB value is (37,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110001 11111011
Octal 45 161 373
Decimal 37 113 251
Hex 25 71 FB

RGB Percentages of Color #2571fb

%9.23
%28.18
%62.59

CMYK Percentages of Color #2571fb

%85
%55
%0
%2

Triadic Colors of #2571fb

#2571fb #fb2571 #71fb25

Analogous Colors of #2571fb

#2571fb #4425fb #25dcfb

Monochromatic Colors of #2571fb

#2571fb

Complementary Color

#2571fb #fbaf25

#2571fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2571fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2571fb Color CSS Codes

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

#2571fb Text Font Color

<p style="color:#2571fb">Text here</p>

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


#2571fb Background Color

<div style="background-color:#2571fb">
Div content here</div>

This div background color is #2571fb


#2571fb Border Color

<div style="border:3px solid #2571fb">
Div here</div>

This div border color is #2571fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2571fb

Related Colors


Comments

No comments written yet.

Please login to write comment.