Color Hex Logo

#050fbb Color Hex

#050FBB
(5,15,187)
0 Favorites   0 Comments

Color spaces of #050fbb

RGB 515187
HSL0.660.950.38
HSV237°97°73°
CMYK 0.970.920.00   0.27
XYZ9.20313.961847.2934
Yxy3.96180.15220.0655
Hunter Lab19.904347.7002-126.9426
CIE-Lab23.544859.1467-83.2836

#050fbb color RGB value is (5,15,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 10111011
Octal 5 17 273
Decimal 5 15 187
Hex 5 F BB

RGB Percentages of Color #050fbb

%2.42
%7.25
%90.34

CMYK Percentages of Color #050fbb

%97
%92
%0
%27

Triadic Colors of #050fbb

#050fbb #bb050f #0fbb05

Analogous Colors of #050fbb

#050fbb #5605bb #056abb

Monochromatic Colors of #050fbb

#050fbb

Complementary Color

#050fbb #bbb105

#050fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#050fbb Color CSS Codes

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

#050fbb Text Font Color

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

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


#050fbb Background Color

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

This div background color is #050fbb


#050fbb Border Color

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

This div border color is #050fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050fbb


Comments

No comments written yet.

Please login to write comment.