Color Hex Logo

#259fbf Color Hex

#259FBF
(37,159,191)
0 Favorites   0 Comments

Color spaces of #259fbf

RGB 37159191
HSL0.530.680.45
HSV192°81°75°
CMYK 0.810.170.00   0.25
XYZ22.565128.951253.6890
Yxy28.95120.21450.2752
Hunter Lab53.8063-19.3024-21.4963
CIE-Lab60.7385-21.1681-25.6975

#259fbf color RGB value is (37,159,191).

#259fbf hex color red value is 37, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #259fbf hue: 0.53 , saturation: 0.68 and the lightness value of 259fbf is 0.45.

The process color (four color CMYK) of #259fbf color hex is 0.81, 0.17, 0.00, 0.25. Web safe color of #259fbf is #3399cc. Color #259fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011111 10111111
Octal 45 237 277
Decimal 37 159 191
Hex 25 9F BF

RGB Percentages of Color #259fbf

%9.56
%41.09
%49.35

CMYK Percentages of Color #259fbf

%81
%17
%0
%25

Triadic Colors of #259fbf

#259fbf #bf259f #9fbf25

Analogous Colors of #259fbf

#259fbf #2552bf #25bf92

Monochromatic Colors of #259fbf

#259fbf

Complementary Color

#259fbf #bf4525

#259fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#259fbf Color CSS Codes

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

#259fbf Text Font Color

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

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


#259fbf Background Color

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

This div background color is #259fbf


#259fbf Border Color

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

This div border color is #259fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259fbf


Comments

No comments written yet.

Please login to write comment.