Color Hex Logo

#2564fd Color Hex

#2564FD
(37,100,253)
0 Favorites   0 Comments

Color spaces of #2564fd

RGB 37100253
HSL0.620.980.57
HSV223°85°99°
CMYK 0.850.600.00   0.01
XYZ23.049716.599594.9177
Yxy16.59950.17130.1234
Hunter Lab40.742529.6854-109.6081
CIE-Lab47.751437.0116-81.1391

#2564fd color RGB value is (37,100,253).

#2564fd hex color red value is 37, green value is 100 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2564fd hue: 0.62 , saturation: 0.98 and the lightness value of 2564fd is 0.57.

The process color (four color CMYK) of #2564fd color hex is 0.85, 0.60, 0.00, 0.01. Web safe color of #2564fd is #3366ff. Color #2564fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100100 11111101
Octal 45 144 375
Decimal 37 100 253
Hex 25 64 FD

RGB Percentages of Color #2564fd

%9.49
%25.64
%64.87

CMYK Percentages of Color #2564fd

%85
%60
%0
%1

Triadic Colors of #2564fd

#2564fd #fd2564 #64fd25

Analogous Colors of #2564fd

#2564fd #5225fd #25d0fd

Monochromatic Colors of #2564fd

#2564fd

Complementary Color

#2564fd #fdbe25

#2564fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2564fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2564fd Color CSS Codes

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

#2564fd Text Font Color

<p style="color:#2564fd">Text here</p>

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


#2564fd Background Color

<div style="background-color:#2564fd">
Div content here</div>

This div background color is #2564fd


#2564fd Border Color

<div style="border:3px solid #2564fd">
Div here</div>

This div border color is #2564fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,100,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2564fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2564fd;
  -webkit-box-shadow: 1px 1px 3px 2px #2564fd;
  box-shadow:         1px 1px 3px 2px #2564fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2564fd


Comments

No comments written yet.

Please login to write comment.