Color Hex Logo

#258bee Color Hex

#258BEE
(37,139,238)
0 Favorites   0 Comments

Color spaces of #258bee

RGB 37139238
HSL0.580.860.54
HSV210°84°93°
CMYK 0.840.420.00   0.07
XYZ25.428225.031684.3803
Yxy25.03160.18860.1856
Hunter Lab50.03163.1661-64.9729
CIE-Lab57.10627.0650-57.6610

#258bee color RGB value is (37,139,238).

#258bee hex color red value is 37, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #258bee hue: 0.58 , saturation: 0.86 and the lightness value of 258bee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001011 11101110
Octal 45 213 356
Decimal 37 139 238
Hex 25 8B EE

RGB Percentages of Color #258bee

%8.94
%33.57
%57.49

CMYK Percentages of Color #258bee

%84
%42
%0
%7

Triadic Colors of #258bee

#258bee #ee258b #8bee25

Analogous Colors of #258bee

#258bee #2527ee #25eeed

Monochromatic Colors of #258bee

#258bee

Complementary Color

#258bee #ee8825

#258bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#258bee Color CSS Codes

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

#258bee Text Font Color

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

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


#258bee Background Color

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

This div background color is #258bee


#258bee Border Color

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

This div border color is #258bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258bee


Comments

No comments written yet.

Please login to write comment.