Color Hex Logo

#050bbf Color Hex

#050BBF
(5,11,191)
0 Favorites   0 Comments

Color spaces of #050bbf

RGB 511191
HSL0.660.950.38
HSV238°97°75°
CMYK 0.970.940.00   0.25
XYZ9.58624.033249.5634
Yxy4.03320.15170.0638
Hunter Lab20.082850.0590-132.2667
CIE-Lab23.780961.2715-85.2621

#050bbf color RGB value is (5,11,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001011 10111111
Octal 5 13 277
Decimal 5 11 191
Hex 5 B BF

RGB Percentages of Color #050bbf

%2.42
%5.31
%92.27

CMYK Percentages of Color #050bbf

%97
%94
%0
%25

Triadic Colors of #050bbf

#050bbf #bf050b #0bbf05

Analogous Colors of #050bbf

#050bbf #5c05bf #0568bf

Monochromatic Colors of #050bbf

#050bbf

Complementary Color

#050bbf #bfb905

#050bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#050bbf Color CSS Codes

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

#050bbf Text Font Color

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

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


#050bbf Background Color

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

This div background color is #050bbf


#050bbf Border Color

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

This div border color is #050bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,11,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050bbf


Comments

No comments written yet.

Please login to write comment.