Color Hex Logo

#1f73ed Color Hex

#1F73ED
(31,115,237)
0 Favorites   0 Comments

Color spaces of #1f73ed

RGB 31115237
HSL0.600.850.53
HSV216°87°93°
CMYK 0.870.510.00   0.07
XYZ21.981918.667282.5653
Yxy18.66720.17840.1515
Hunter Lab43.205615.2066-83.0586
CIE-Lab50.295621.1542-68.0767

#1f73ed color RGB value is (31,115,237).

#1f73ed hex color red value is 31, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1f73ed hue: 0.60 , saturation: 0.85 and the lightness value of 1f73ed is 0.53.

The process color (four color CMYK) of #1f73ed color hex is 0.87, 0.51, 0.00, 0.07. Web safe color of #1f73ed is #3366ff. Color #1f73ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110011 11101101
Octal 37 163 355
Decimal 31 115 237
Hex 1F 73 ED

RGB Percentages of Color #1f73ed

%8.09
%30.03
%61.88

CMYK Percentages of Color #1f73ed

%87
%51
%0
%7

Triadic Colors of #1f73ed

#1f73ed #ed1f73 #73ed1f

Analogous Colors of #1f73ed

#1f73ed #321fed #1fdaed

Monochromatic Colors of #1f73ed

#1f73ed

Complementary Color

#1f73ed #ed991f

#1f73ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f73ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f73ed Color CSS Codes

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

#1f73ed Text Font Color

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

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


#1f73ed Background Color

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

This div background color is #1f73ed


#1f73ed Border Color

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

This div border color is #1f73ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,115,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f73ed


Comments

No comments written yet.

Please login to write comment.