Color Hex Logo

#037fbe Color Hex

#037FBE
(3,127,190)
0 Favorites   0 Comments

Color spaces of #037fbe

RGB 3127190
HSL0.560.970.38
HSV200°98°75°
CMYK 0.980.330.00   0.25
XYZ16.921218.915851.4745
Yxy18.91580.19380.2166
Hunter Lab43.4923-6.6640-39.7270
CIE-Lab50.5886-5.7426-40.9945

#037fbe color RGB value is (3,127,190).

#037fbe hex color red value is 3, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #037fbe hue: 0.56 , saturation: 0.97 and the lightness value of 037fbe is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01111111 10111110
Octal 3 177 276
Decimal 3 127 190
Hex 3 7F BE

RGB Percentages of Color #037fbe

%0.94
%39.69
%59.38

CMYK Percentages of Color #037fbe

%98
%33
%0
%25

Triadic Colors of #037fbe

#037fbe #be037f #7fbe03

Analogous Colors of #037fbe

#037fbe #0322be #03bea0

Monochromatic Colors of #037fbe

#037fbe

Complementary Color

#037fbe #be4203

#037fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#037fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#037fbe Color CSS Codes

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

#037fbe Text Font Color

<p style="color:#037fbe">Text here</p>

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


#037fbe Background Color

<div style="background-color:#037fbe">
Div content here</div>

This div background color is #037fbe


#037fbe Border Color

<div style="border:3px solid #037fbe">
Div here</div>

This div border color is #037fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,127,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #037fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #037fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #037fbe;
  box-shadow:         1px 1px 3px 2px #037fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,127,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #037fbe


Comments

No comments written yet.

Please login to write comment.