Color Hex Logo

#5099ff Color Hex

#5099FF
(80,153,255)
0 Favorites   0 Comments

Color spaces of #5099ff

RGB 80153255
HSL0.601.000.66
HSV215°69°100°
CMYK 0.690.400.00   0.00
XYZ32.749531.707999.0019
Yxy31.70790.20040.1940
Hunter Lab56.30985.2727-64.8248
CIE-Lab63.10079.5788-57.3766

#5099ff color RGB value is (80,153,255).

#5099ff hex color red value is 80, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5099ff hue: 0.60 , saturation: 1.00 and the lightness value of 5099ff is 0.66.

The process color (four color CMYK) of #5099ff color hex is 0.69, 0.40, 0.00, 0.00. Web safe color of #5099ff is #6699ff. Color #5099ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 11111111
Octal 120 231 377
Decimal 80 153 255
Hex 50 99 FF

RGB Percentages of Color #5099ff

%16.39
%31.35
%52.25

CMYK Percentages of Color #5099ff

%69
%40
%0
%0

Triadic Colors of #5099ff

#5099ff #ff5099 #99ff50

Analogous Colors of #5099ff

#5099ff #5e50ff #50f1ff

Monochromatic Colors of #5099ff

#5099ff

Complementary Color

#5099ff #ffb650

#5099ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5099ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5099ff Color CSS Codes

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

#5099ff Text Font Color

<p style="color:#5099ff">Text here</p>

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


#5099ff Background Color

<div style="background-color:#5099ff">
Div content here</div>

This div background color is #5099ff


#5099ff Border Color

<div style="border:3px solid #5099ff">
Div here</div>

This div border color is #5099ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,153,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5099ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5099ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5099ff;
  box-shadow:         1px 1px 3px 2px #5099ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,153,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5099ff

Related Colors


Comments

No comments written yet.

Please login to write comment.