Color Hex Logo

#1f79ea Color Hex

#1F79EA
(31,121,234)
0 Favorites   0 Comments

Color spaces of #1f79ea

RGB 31121234
HSL0.590.830.52
HSV213°87°92°
CMYK 0.870.480.00   0.08
XYZ22.253719.906680.5114
Yxy19.90660.18140.1623
Hunter Lab44.616810.9517-75.7575
CIE-Lab51.731416.2248-64.0761

#1f79ea color RGB value is (31,121,234).

#1f79ea hex color red value is 31, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1f79ea hue: 0.59 , saturation: 0.83 and the lightness value of 1f79ea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 01111001 11101010
Octal 37 171 352
Decimal 31 121 234
Hex 1F 79 EA

RGB Percentages of Color #1f79ea

%8.03
%31.35
%60.62

CMYK Percentages of Color #1f79ea

%87
%48
%0
%8

Triadic Colors of #1f79ea

#1f79ea #ea1f79 #79ea1f

Analogous Colors of #1f79ea

#1f79ea #2a1fea #1fdfea

Monochromatic Colors of #1f79ea

#1f79ea

Complementary Color

#1f79ea #ea901f

#1f79ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f79ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f79ea Color CSS Codes

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

#1f79ea Text Font Color

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

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


#1f79ea Background Color

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

This div background color is #1f79ea


#1f79ea Border Color

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

This div border color is #1f79ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f79ea


Comments

No comments written yet.

Please login to write comment.