Color Hex Logo

#255eff Color Hex

#255EFF
(37,94,255)
0 Favorites   0 Comments

Color spaces of #255eff

RGB 3794255
HSL0.621.000.57
HSV224°85°100°
CMYK 0.850.630.00   0.00
XYZ22.815715.618796.4199
Yxy15.61870.16920.1158
Hunter Lab39.520533.8895-116.9881
CIE-Lab46.470241.4752-84.3507

#255eff color RGB value is (37,94,255).

#255eff hex color red value is 37, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #255eff hue: 0.62 , saturation: 1.00 and the lightness value of 255eff is 0.57.

The process color (four color CMYK) of #255eff color hex is 0.85, 0.63, 0.00, 0.00. Web safe color of #255eff is #3366ff. Color #255eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011110 11111111
Octal 45 136 377
Decimal 37 94 255
Hex 25 5E FF

RGB Percentages of Color #255eff

%9.59
%24.35
%66.06

CMYK Percentages of Color #255eff

%85
%63
%0
%0

Triadic Colors of #255eff

#255eff #ff255e #5eff25

Analogous Colors of #255eff

#255eff #5925ff #25cbff

Monochromatic Colors of #255eff

#255eff

Complementary Color

#255eff #ffc625

#255eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#255eff Color CSS Codes

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

#255eff Text Font Color

<p style="color:#255eff">Text here</p>

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


#255eff Background Color

<div style="background-color:#255eff">
Div content here</div>

This div background color is #255eff


#255eff Border Color

<div style="border:3px solid #255eff">
Div here</div>

This div border color is #255eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,94,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255eff;
  -webkit-box-shadow: 1px 1px 3px 2px #255eff;
  box-shadow:         1px 1px 3px 2px #255eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255eff

Related Colors


Comments

No comments written yet.

Please login to write comment.