Color Hex Logo

#258aea Color Hex

#258AEA
(37,138,234)
0 Favorites   0 Comments

Color spaces of #258aea

RGB 37138234
HSL0.580.820.53
HSV209°84°92°
CMYK 0.840.410.00   0.08
XYZ24.702724.510881.2710
Yxy24.51080.18930.1878
Hunter Lab49.50842.4247-62.6722
CIE-Lab56.59566.1720-56.2565

#258aea color RGB value is (37,138,234).

#258aea hex color red value is 37, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #258aea hue: 0.58 , saturation: 0.82 and the lightness value of 258aea is 0.53.

The process color (four color CMYK) of #258aea color hex is 0.84, 0.41, 0.00, 0.08. Web safe color of #258aea is #3399ff. Color #258aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001010 11101010
Octal 45 212 352
Decimal 37 138 234
Hex 25 8A EA

RGB Percentages of Color #258aea

%9.05
%33.74
%57.21

CMYK Percentages of Color #258aea

%84
%41
%0
%8

Triadic Colors of #258aea

#258aea #ea258a #8aea25

Analogous Colors of #258aea

#258aea #2527ea #25eae8

Monochromatic Colors of #258aea

#258aea

Complementary Color

#258aea #ea8525

#258aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#258aea Color CSS Codes

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

#258aea Text Font Color

<p style="color:#258aea">Text here</p>

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


#258aea Background Color

<div style="background-color:#258aea">
Div content here</div>

This div background color is #258aea


#258aea Border Color

<div style="border:3px solid #258aea">
Div here</div>

This div border color is #258aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #258aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #258aea;
  -webkit-box-shadow: 1px 1px 3px 2px #258aea;
  box-shadow:         1px 1px 3px 2px #258aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258aea


Comments

No comments written yet.

Please login to write comment.