Color Hex Logo

#2585fb Color Hex

#2585FB
(37,133,251)
0 Favorites   0 Comments

Color spaces of #2585fb

RGB 37133251
HSL0.590.960.56
HSV213°85°98°
CMYK 0.850.470.00   0.02
XYZ26.563124.133494.5250
Yxy24.13340.18290.1662
Hunter Lab49.125810.5478-79.6944
CIE-Lab56.221115.6035-66.2723

#2585fb color RGB value is (37,133,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000101 11111011
Octal 45 205 373
Decimal 37 133 251
Hex 25 85 FB

RGB Percentages of Color #2585fb

%8.79
%31.59
%59.62

CMYK Percentages of Color #2585fb

%85
%47
%0
%2

Triadic Colors of #2585fb

#2585fb #fb2585 #85fb25

Analogous Colors of #2585fb

#2585fb #3025fb #25f0fb

Monochromatic Colors of #2585fb

#2585fb

Complementary Color

#2585fb #fb9b25

#2585fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2585fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2585fb Color CSS Codes

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

#2585fb Text Font Color

<p style="color:#2585fb">Text here</p>

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


#2585fb Background Color

<div style="background-color:#2585fb">
Div content here</div>

This div background color is #2585fb


#2585fb Border Color

<div style="border:3px solid #2585fb">
Div here</div>

This div border color is #2585fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,133,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 #2585fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2585fb


Comments

No comments written yet.

Please login to write comment.