Color Hex Logo

#259ddb Color Hex

#259DDB
(37,157,219)
0 Favorites   0 Comments

Color spaces of #259ddb

RGB 37157219
HSL0.560.720.50
HSV200°83°86°
CMYK 0.830.280.00   0.14
XYZ25.606129.621771.3858
Yxy29.62170.20220.2340
Hunter Lab54.4258-11.2650-39.6677
CIE-Lab61.3264-10.3761-40.4242

#259ddb color RGB value is (37,157,219).

#259ddb hex color red value is 37, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #259ddb hue: 0.56 , saturation: 0.72 and the lightness value of 259ddb is 0.50.

The process color (four color CMYK) of #259ddb color hex is 0.83, 0.28, 0.00, 0.14. Web safe color of #259ddb is #3399cc. Color #259ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011101 11011011
Octal 45 235 333
Decimal 37 157 219
Hex 25 9D DB

RGB Percentages of Color #259ddb

%8.96
%38.01
%53.03

CMYK Percentages of Color #259ddb

%83
%28
%0
%14

Triadic Colors of #259ddb

#259ddb #db259d #9ddb25

Analogous Colors of #259ddb

#259ddb #2542db #25dbbe

Monochromatic Colors of #259ddb

#259ddb

Complementary Color

#259ddb #db6325

#259ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#259ddb Color CSS Codes

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

#259ddb Text Font Color

<p style="color:#259ddb">Text here</p>

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


#259ddb Background Color

<div style="background-color:#259ddb">
Div content here</div>

This div background color is #259ddb


#259ddb Border Color

<div style="border:3px solid #259ddb">
Div here</div>

This div border color is #259ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,157,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #259ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #259ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #259ddb;
  box-shadow:         1px 1px 3px 2px #259ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259ddb


Comments

No comments written yet.

Please login to write comment.