Color Hex Logo

#050fbe Color Hex

#050FBE
(5,15,190)
0 Favorites   0 Comments

Color spaces of #050fbe

RGB 515190
HSL0.660.950.38
HSV237°97°75°
CMYK 0.970.920.00   0.25
XYZ9.52774.091649.0028
Yxy4.09160.15210.0653
Hunter Lab20.227748.6790-129.4741
CIE-Lab23.972059.9735-84.3504

#050fbe color RGB value is (5,15,190).

#050fbe hex color red value is 5, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #050fbe hue: 0.66 , saturation: 0.95 and the lightness value of 050fbe is 0.38.

The process color (four color CMYK) of #050fbe color hex is 0.97, 0.92, 0.00, 0.25. Web safe color of #050fbe is #0000cc. Color #050fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 10111110
Octal 5 17 276
Decimal 5 15 190
Hex 5 F BE

RGB Percentages of Color #050fbe

%2.38
%7.14
%90.48

CMYK Percentages of Color #050fbe

%97
%92
%0
%25

Triadic Colors of #050fbe

#050fbe #be050f #0fbe05

Analogous Colors of #050fbe

#050fbe #5705be #056cbe

Monochromatic Colors of #050fbe

#050fbe

Complementary Color

#050fbe #beb405

#050fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#050fbe Color CSS Codes

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

#050fbe Text Font Color

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

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


#050fbe Background Color

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

This div background color is #050fbe


#050fbe Border Color

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

This div border color is #050fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,15,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 #050fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050fbe


Comments

No comments written yet.

Please login to write comment.