Color Hex Logo

#258dcb Color Hex

#258DCB
(37,141,203)
0 Favorites   0 Comments

Color spaces of #258dcb

RGB 37141203
HSL0.560.690.47
HSV202°82°80°
CMYK 0.820.310.00   0.20
XYZ21.067323.754959.9747
Yxy23.75490.20100.2267
Hunter Lab48.7390-8.1371-38.8407
CIE-Lab55.8416-7.0680-40.0807

#258dcb color RGB value is (37,141,203).

#258dcb hex color red value is 37, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #258dcb hue: 0.56 , saturation: 0.69 and the lightness value of 258dcb is 0.47.

The process color (four color CMYK) of #258dcb color hex is 0.82, 0.31, 0.00, 0.20. Web safe color of #258dcb is #3399cc. Color #258dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001101 11001011
Octal 45 215 313
Decimal 37 141 203
Hex 25 8D CB

RGB Percentages of Color #258dcb

%9.71
%37.01
%53.28

CMYK Percentages of Color #258dcb

%82
%31
%0
%20

Triadic Colors of #258dcb

#258dcb #cb258d #8dcb25

Analogous Colors of #258dcb

#258dcb #253acb #25cbb6

Monochromatic Colors of #258dcb

#258dcb

Complementary Color

#258dcb #cb6325

#258dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#258dcb Color CSS Codes

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

#258dcb Text Font Color

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

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


#258dcb Background Color

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

This div background color is #258dcb


#258dcb Border Color

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

This div border color is #258dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258dcb


Comments

No comments written yet.

Please login to write comment.