Color Hex Logo

#258ddd Color Hex

#258DDD
(37,141,221)
0 Favorites   0 Comments

Color spaces of #258ddd

RGB 37141221
HSL0.570.730.51
HSV206°83°87°
CMYK 0.830.360.00   0.13
XYZ23.339024.663571.9371
Yxy24.66350.19460.2056
Hunter Lab49.6624-3.0224-51.1193
CIE-Lab56.7461-0.4595-48.7675

#258ddd color RGB value is (37,141,221).

#258ddd hex color red value is 37, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #258ddd hue: 0.57 , saturation: 0.73 and the lightness value of 258ddd is 0.51.

The process color (four color CMYK) of #258ddd color hex is 0.83, 0.36, 0.00, 0.13. Web safe color of #258ddd is #3399cc. Color #258ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001101 11011101
Octal 45 215 335
Decimal 37 141 221
Hex 25 8D DD

RGB Percentages of Color #258ddd

%9.27
%35.34
%55.39

CMYK Percentages of Color #258ddd

%83
%36
%0
%13

Triadic Colors of #258ddd

#258ddd #dd258d #8ddd25

Analogous Colors of #258ddd

#258ddd #2531dd #25ddd1

Monochromatic Colors of #258ddd

#258ddd

Complementary Color

#258ddd #dd7525

#258ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#258ddd Color CSS Codes

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

#258ddd Text Font Color

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

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


#258ddd Background Color

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

This div background color is #258ddd


#258ddd Border Color

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

This div border color is #258ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258ddd


Comments

No comments written yet.

Please login to write comment.