Color Hex Logo

#259bfb Color Hex

#259BFB
(37,155,251)
0 Favorites   0 Comments

Color spaces of #259bfb

RGB 37155251
HSL0.570.960.56
HSV207°85°98°
CMYK 0.850.380.00   0.02
XYZ29.896930.801095.6362
Yxy30.80100.19120.1970
Hunter Lab55.4986-0.9654-63.3205
CIE-Lab62.33932.3727-56.4684

#259bfb color RGB value is (37,155,251).

#259bfb hex color red value is 37, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #259bfb hue: 0.57 , saturation: 0.96 and the lightness value of 259bfb is 0.56.

The process color (four color CMYK) of #259bfb color hex is 0.85, 0.38, 0.00, 0.02. Web safe color of #259bfb is #3399ff. Color #259bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 11111011
Octal 45 233 373
Decimal 37 155 251
Hex 25 9B FB

RGB Percentages of Color #259bfb

%8.35
%34.99
%56.66

CMYK Percentages of Color #259bfb

%85
%38
%0
%2

Triadic Colors of #259bfb

#259bfb #fb259b #9bfb25

Analogous Colors of #259bfb

#259bfb #2530fb #25fbf0

Monochromatic Colors of #259bfb

#259bfb

Complementary Color

#259bfb #fb8525

#259bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#259bfb Color CSS Codes

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

#259bfb Text Font Color

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

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


#259bfb Background Color

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

This div background color is #259bfb


#259bfb Border Color

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

This div border color is #259bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259bfb


Comments

No comments written yet.

Please login to write comment.