Color Hex Logo

#258cbd Color Hex

#258CBD
(37,140,189)
0 Favorites   0 Comments

Color spaces of #258cbd

RGB 37140189
HSL0.550.670.44
HSV199°80°74°
CMYK 0.800.260.00   0.26
XYZ19.326322.823651.5309
Yxy22.82360.20630.2436
Hunter Lab47.7741-11.3950-30.5106
CIE-Lab54.8902-11.5434-33.6348

#258cbd color RGB value is (37,140,189).

#258cbd hex color red value is 37, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #258cbd hue: 0.55 , saturation: 0.67 and the lightness value of 258cbd is 0.44.

The process color (four color CMYK) of #258cbd color hex is 0.80, 0.26, 0.00, 0.26. Web safe color of #258cbd is #3399cc. Color #258cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001100 10111101
Octal 45 214 275
Decimal 37 140 189
Hex 25 8C BD

RGB Percentages of Color #258cbd

%10.11
%38.25
%51.64

CMYK Percentages of Color #258cbd

%80
%26
%0
%26

Triadic Colors of #258cbd

#258cbd #bd258c #8cbd25

Analogous Colors of #258cbd

#258cbd #2540bd #25bda2

Monochromatic Colors of #258cbd

#258cbd

Complementary Color

#258cbd #bd5625

#258cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#258cbd Color CSS Codes

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

#258cbd Text Font Color

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

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


#258cbd Background Color

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

This div background color is #258cbd


#258cbd Border Color

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

This div border color is #258cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258cbd


Comments

No comments written yet.

Please login to write comment.