Color Hex Logo

#047dbb Color Hex

#047DBB
(4,125,187)
0 Favorites   0 Comments

Color spaces of #047dbb

RGB 4125187
HSL0.560.960.37
HSV200°98°73°
CMYK 0.980.330.00   0.27
XYZ16.353318.280949.6804
Yxy18.28090.19400.2168
Hunter Lab42.7562-6.5509-38.9625
CIE-Lab49.8351-5.6773-40.4621

#047dbb color RGB value is (4,125,187).

#047dbb hex color red value is 4, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #047dbb hue: 0.56 , saturation: 0.96 and the lightness value of 047dbb is 0.37.

The process color (four color CMYK) of #047dbb color hex is 0.98, 0.33, 0.00, 0.27. Web safe color of #047dbb is #0066cc. Color #047dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 10111011
Octal 4 175 273
Decimal 4 125 187
Hex 4 7D BB

RGB Percentages of Color #047dbb

%1.27
%39.56
%59.18

CMYK Percentages of Color #047dbb

%98
%33
%0
%27

Triadic Colors of #047dbb

#047dbb #bb047d #7dbb04

Analogous Colors of #047dbb

#047dbb #0422bb #04bb9e

Monochromatic Colors of #047dbb

#047dbb

Complementary Color

#047dbb #bb4204

#047dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dbb Color CSS Codes

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

#047dbb Text Font Color

<p style="color:#047dbb">Text here</p>

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


#047dbb Background Color

<div style="background-color:#047dbb">
Div content here</div>

This div background color is #047dbb


#047dbb Border Color

<div style="border:3px solid #047dbb">
Div here</div>

This div border color is #047dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,125,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 #047dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dbb


Comments

No comments written yet.

Please login to write comment.