Color Hex Logo

#2564dd Color Hex

#2564DD
(37,100,221)
0 Favorites   0 Comments

Color spaces of #2564dd

RGB 37100221
HSL0.610.730.51
HSV219°83°87°
CMYK 0.830.550.00   0.13
XYZ18.371314.728170.2812
Yxy14.72810.17770.1425
Hunter Lab38.377218.2884-81.7153
CIE-Lab45.259525.0431-67.2250

#2564dd color RGB value is (37,100,221).

#2564dd hex color red value is 37, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2564dd hue: 0.61 , saturation: 0.73 and the lightness value of 2564dd is 0.51.

The process color (four color CMYK) of #2564dd color hex is 0.83, 0.55, 0.00, 0.13. Web safe color of #2564dd is #3366cc. Color #2564dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100100 11011101
Octal 45 144 335
Decimal 37 100 221
Hex 25 64 DD

RGB Percentages of Color #2564dd

%10.34
%27.93
%61.73

CMYK Percentages of Color #2564dd

%83
%55
%0
%13

Triadic Colors of #2564dd

#2564dd #dd2564 #64dd25

Analogous Colors of #2564dd

#2564dd #4225dd #25c0dd

Monochromatic Colors of #2564dd

#2564dd

Complementary Color

#2564dd #dd9e25

#2564dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2564dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2564dd Color CSS Codes

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

#2564dd Text Font Color

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

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


#2564dd Background Color

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

This div background color is #2564dd


#2564dd Border Color

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

This div border color is #2564dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2564dd


Comments

No comments written yet.

Please login to write comment.