Color Hex Logo

#255dfa Color Hex

#255DFA
(37,93,250)
0 Favorites   0 Comments

Color spaces of #255dfa

RGB 3793250
HSL0.620.960.56
HSV224°85°98°
CMYK 0.850.630.00   0.02
XYZ21.932615.124192.2058
Yxy15.12410.16970.1170
Hunter Lab38.889732.6115-113.3512
CIE-Lab45.803740.2860-82.6600

#255dfa color RGB value is (37,93,250).

#255dfa hex color red value is 37, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #255dfa hue: 0.62 , saturation: 0.96 and the lightness value of 255dfa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011101 11111010
Octal 45 135 372
Decimal 37 93 250
Hex 25 5D FA

RGB Percentages of Color #255dfa

%9.74
%24.47
%65.79

CMYK Percentages of Color #255dfa

%85
%63
%0
%2

Triadic Colors of #255dfa

#255dfa #fa255d #5dfa25

Analogous Colors of #255dfa

#255dfa #5725fa #25c8fa

Monochromatic Colors of #255dfa

#255dfa

Complementary Color

#255dfa #fac225

#255dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#255dfa Color CSS Codes

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

#255dfa Text Font Color

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

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


#255dfa Background Color

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

This div background color is #255dfa


#255dfa Border Color

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

This div border color is #255dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255dfa


Comments

No comments written yet.

Please login to write comment.