Color Hex Logo

#258bed Color Hex

#258BED
(37,139,237)
0 Favorites   0 Comments

Color spaces of #258bed

RGB 37139237
HSL0.580.850.54
HSV209°84°93°
CMYK 0.840.410.00   0.07
XYZ25.281624.973083.6085
Yxy24.97300.18890.1866
Hunter Lab49.97302.8514-64.2154
CIE-Lab57.04916.6907-57.1976

#258bed color RGB value is (37,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001011 11101101
Octal 45 213 355
Decimal 37 139 237
Hex 25 8B ED

RGB Percentages of Color #258bed

%8.96
%33.66
%57.38

CMYK Percentages of Color #258bed

%84
%41
%0
%7

Triadic Colors of #258bed

#258bed #ed258b #8bed25

Analogous Colors of #258bed

#258bed #2527ed #25edeb

Monochromatic Colors of #258bed

#258bed

Complementary Color

#258bed #ed8725

#258bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#258bed Color CSS Codes

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

#258bed Text Font Color

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

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


#258bed Background Color

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

This div background color is #258bed


#258bed Border Color

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

This div border color is #258bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,139,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 #258bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258bed


Comments

No comments written yet.

Please login to write comment.