Color Hex Logo

#1f5dfa Color Hex

#1F5DFA
(31,93,250)
0 Favorites   0 Comments

Color spaces of #1f5dfa

RGB 3193250
HSL0.620.960.55
HSV223°88°98°
CMYK 0.880.630.00   0.02
XYZ21.734715.022192.1965
Yxy15.02210.16850.1165
Hunter Lab38.758432.2711-113.9053
CIE-Lab45.664539.9610-82.8937

#1f5dfa color RGB value is (31,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 01011101 11111010
Octal 37 135 372
Decimal 31 93 250
Hex 1F 5D FA

RGB Percentages of Color #1f5dfa

%8.29
%24.87
%66.84

CMYK Percentages of Color #1f5dfa

%88
%63
%0
%2

Triadic Colors of #1f5dfa

#1f5dfa #fa1f5d #5dfa1f

Analogous Colors of #1f5dfa

#1f5dfa #4e1ffa #1fcbfa

Monochromatic Colors of #1f5dfa

#1f5dfa

Complementary Color

#1f5dfa #fabc1f

#1f5dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f5dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f5dfa Color CSS Codes

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

#1f5dfa Text Font Color

<p style="color:#1f5dfa">Text here</p>

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


#1f5dfa Background Color

<div style="background-color:#1f5dfa">
Div content here</div>

This div background color is #1f5dfa


#1f5dfa Border Color

<div style="border:3px solid #1f5dfa">
Div here</div>

This div border color is #1f5dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,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 #1f5dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f5dfa


Comments

No comments written yet.

Please login to write comment.