Color Hex Logo

#2473eb Color Hex

#2473EB
(36,115,235)
0 Favorites   0 Comments

Color spaces of #2473eb

RGB 36115235
HSL0.600.830.53
HSV216°85°92°
CMYK 0.850.510.00   0.08
XYZ21.853718.634781.0423
Yxy18.63470.17980.1533
Hunter Lab43.167914.8215-81.0919
CIE-Lab50.257120.7223-67.0148

#2473eb color RGB value is (36,115,235).

#2473eb hex color red value is 36, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2473eb hue: 0.60 , saturation: 0.83 and the lightness value of 2473eb is 0.53.

The process color (four color CMYK) of #2473eb color hex is 0.85, 0.51, 0.00, 0.08. Web safe color of #2473eb is #3366ff. Color #2473eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01110011 11101011
Octal 44 163 353
Decimal 36 115 235
Hex 24 73 EB

RGB Percentages of Color #2473eb

%9.33
%29.79
%60.88

CMYK Percentages of Color #2473eb

%85
%51
%0
%8

Triadic Colors of #2473eb

#2473eb #eb2473 #73eb24

Analogous Colors of #2473eb

#2473eb #3824eb #24d7eb

Monochromatic Colors of #2473eb

#2473eb

Complementary Color

#2473eb #eb9c24

#2473eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2473eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2473eb Color CSS Codes

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

#2473eb Text Font Color

<p style="color:#2473eb">Text here</p>

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


#2473eb Background Color

<div style="background-color:#2473eb">
Div content here</div>

This div background color is #2473eb


#2473eb Border Color

<div style="border:3px solid #2473eb">
Div here</div>

This div border color is #2473eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2473eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2473eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2473eb;
  box-shadow:         1px 1px 3px 2px #2473eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2473eb


Comments

No comments written yet.

Please login to write comment.