Color Hex Logo

#1f6aff Color Hex

#1F6AFF
(31,106,255)
0 Favorites   0 Comments

Color spaces of #1f6aff

RGB 31106255
HSL0.611.000.56
HSV220°88°100°
CMYK 0.880.580.00   0.00
XYZ23.769117.819496.7945
Yxy17.81940.17180.1288
Hunter Lab42.213026.6361-106.4029
CIE-Lab49.276333.6493-79.7609

#1f6aff color RGB value is (31,106,255).

#1f6aff hex color red value is 31, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1f6aff hue: 0.61 , saturation: 1.00 and the lightness value of 1f6aff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 01101010 11111111
Octal 37 152 377
Decimal 31 106 255
Hex 1F 6A FF

RGB Percentages of Color #1f6aff

%7.91
%27.04
%65.05

CMYK Percentages of Color #1f6aff

%88
%58
%0
%0

Triadic Colors of #1f6aff

#1f6aff #ff1f6a #6aff1f

Analogous Colors of #1f6aff

#1f6aff #441fff #1fdaff

Monochromatic Colors of #1f6aff

#1f6aff

Complementary Color

#1f6aff #ffb41f

#1f6aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f6aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f6aff Color CSS Codes

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

#1f6aff Text Font Color

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

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


#1f6aff Background Color

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

This div background color is #1f6aff


#1f6aff Border Color

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

This div border color is #1f6aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f6aff


Comments

No comments written yet.

Please login to write comment.