Color Hex Logo

#1d4fbb Color Hex

#1D4FBB
(29,79,187)
0 Favorites   0 Comments

Color spaces of #1d4fbb

RGB 2979187
HSL0.610.730.42
HSV221°84°73°
CMYK 0.840.580.00   0.27
XYZ12.27239.441048.1892
Yxy9.44100.17560.1351
Hunter Lab30.726217.5235-71.4786
CIE-Lab36.819925.0440-61.3458

#1d4fbb color RGB value is (29,79,187).

#1d4fbb hex color red value is 29, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1d4fbb hue: 0.61 , saturation: 0.73 and the lightness value of 1d4fbb is 0.42.

The process color (four color CMYK) of #1d4fbb color hex is 0.84, 0.58, 0.00, 0.27. Web safe color of #1d4fbb is #3366cc. Color #1d4fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001111 10111011
Octal 35 117 273
Decimal 29 79 187
Hex 1D 4F BB

RGB Percentages of Color #1d4fbb

%9.83
%26.78
%63.39

CMYK Percentages of Color #1d4fbb

%84
%58
%0
%27

Triadic Colors of #1d4fbb

#1d4fbb #bb1d4f #4fbb1d

Analogous Colors of #1d4fbb

#1d4fbb #3a1dbb #1d9ebb

Monochromatic Colors of #1d4fbb

#1d4fbb

Complementary Color

#1d4fbb #bb891d

#1d4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4fbb Color CSS Codes

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

#1d4fbb Text Font Color

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

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


#1d4fbb Background Color

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

This div background color is #1d4fbb


#1d4fbb Border Color

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

This div border color is #1d4fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,79,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d4fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d4fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #1d4fbb;
  box-shadow:         1px 1px 3px 2px #1d4fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,79,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4fbb


Comments

No comments written yet.

Please login to write comment.