Color Hex Logo

#1f4dcc Color Hex

#1F4DCC
(31,77,204)
0 Favorites   0 Comments

Color spaces of #1f4dcc

RGB 3177204
HSL0.620.740.46
HSV224°85°80°
CMYK 0.850.620.00   0.20
XYZ14.11809.958758.3049
Yxy9.95870.17140.1209
Hunter Lab31.557424.6310-87.4530
CIE-Lab37.768233.0386-69.7058

#1f4dcc color RGB value is (31,77,204).

#1f4dcc hex color red value is 31, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1f4dcc hue: 0.62 , saturation: 0.74 and the lightness value of 1f4dcc is 0.46.

The process color (four color CMYK) of #1f4dcc color hex is 0.85, 0.62, 0.00, 0.20. Web safe color of #1f4dcc is #3366cc. Color #1f4dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001101 11001100
Octal 37 115 314
Decimal 31 77 204
Hex 1F 4D CC

RGB Percentages of Color #1f4dcc

%9.94
%24.68
%65.38

CMYK Percentages of Color #1f4dcc

%85
%62
%0
%20

Triadic Colors of #1f4dcc

#1f4dcc #cc1f4d #4dcc1f

Analogous Colors of #1f4dcc

#1f4dcc #481fcc #1fa4cc

Monochromatic Colors of #1f4dcc

#1f4dcc

Complementary Color

#1f4dcc #cc9e1f

#1f4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4dcc Color CSS Codes

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

#1f4dcc Text Font Color

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

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


#1f4dcc Background Color

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

This div background color is #1f4dcc


#1f4dcc Border Color

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

This div border color is #1f4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4dcc


Comments

No comments written yet.

Please login to write comment.