Color Hex Logo

#2563ed Color Hex

#2563ED
(37,99,237)
0 Favorites   0 Comments

Color spaces of #2563ed

RGB 3799237
HSL0.620.850.54
HSV221°84°93°
CMYK 0.840.580.00   0.07
XYZ20.510915.431482.0183
Yxy15.43140.17390.1308
Hunter Lab39.282824.4560-96.2932
CIE-Lab46.219531.7187-74.7008

#2563ed color RGB value is (37,99,237).

#2563ed hex color red value is 37, green value is 99 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2563ed hue: 0.62 , saturation: 0.85 and the lightness value of 2563ed is 0.54.

The process color (four color CMYK) of #2563ed color hex is 0.84, 0.58, 0.00, 0.07. Web safe color of #2563ed is #3366ff. Color #2563ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100011 11101101
Octal 45 143 355
Decimal 37 99 237
Hex 25 63 ED

RGB Percentages of Color #2563ed

%9.92
%26.54
%63.54

CMYK Percentages of Color #2563ed

%84
%58
%0
%7

Triadic Colors of #2563ed

#2563ed #ed2563 #63ed25

Analogous Colors of #2563ed

#2563ed #4b25ed #25c7ed

Monochromatic Colors of #2563ed

#2563ed

Complementary Color

#2563ed #edaf25

#2563ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2563ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2563ed Color CSS Codes

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

#2563ed Text Font Color

<p style="color:#2563ed">Text here</p>

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


#2563ed Background Color

<div style="background-color:#2563ed">
Div content here</div>

This div background color is #2563ed


#2563ed Border Color

<div style="border:3px solid #2563ed">
Div here</div>

This div border color is #2563ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,99,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2563ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2563ed;
  -webkit-box-shadow: 1px 1px 3px 2px #2563ed;
  box-shadow:         1px 1px 3px 2px #2563ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2563ed


Comments

No comments written yet.

Please login to write comment.