Color Hex Logo

#258bcc Color Hex

#258BCC
(37,139,204)
0 Favorites   0 Comments

Color spaces of #258bcc

RGB 37139204
HSL0.560.690.47
HSV203°82°80°
CMYK 0.820.320.00   0.20
XYZ20.894723.218260.5070
Yxy23.21820.19970.2219
Hunter Lab48.1853-6.9208-40.7217
CIE-Lab55.2964-5.5467-41.5042

#258bcc color RGB value is (37,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001011 11001100
Octal 45 213 314
Decimal 37 139 204
Hex 25 8B CC

RGB Percentages of Color #258bcc

%9.74
%36.58
%53.68

CMYK Percentages of Color #258bcc

%82
%32
%0
%20

Triadic Colors of #258bcc

#258bcc #cc258b #8bcc25

Analogous Colors of #258bcc

#258bcc #2538cc #25ccba

Monochromatic Colors of #258bcc

#258bcc

Complementary Color

#258bcc #cc6625

#258bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#258bcc Color CSS Codes

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

#258bcc Text Font Color

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

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


#258bcc Background Color

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

This div background color is #258bcc


#258bcc Border Color

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

This div border color is #258bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258bcc


Comments

No comments written yet.

Please login to write comment.