COLOR #5083F2

HEX: #5083F2
RGB: (80,131,242)

Color info

#5083F2 contains mainly blue color. Web safe color of #5083F2 is #6699FF (or #69F).

RGB color model

#5083F2 color RGB value is (80,131,242).

  • red value is 80;
  • green value is 131;
  • blue value is 242.
RGB:
(80,131,242)
(31%,51%,95%)

RGB channels and saturation

R 80 of 255 = 31%
G 131 of 255 = 51%
B 242 of 255 = 95%

80
131
242

R + G + B ~ 59%. #5083F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 131 + 242 = 453 (100%)
R 80 of 453 ~ 17.66%
G 131 of 453 ~ 28.92%
B 242 of 453 ~ 53.42%

%17.66
%28.92
%53.42

CMYK color model

#5083F2 color CMYK value is (67,46,0,5).

  • cyan value is 66.94%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(67,46,0,5)
C67M46Y0K5 
(67%,46%,0%,5%)
(0.67/0.46/0.00/0.05)	

CMYK percentages

%66.94
%45.87
%0
%5.1

Codes

Color #5083F2 in popluar color models

5083F2
RGB80131242
HSL221°86.17%63.14%
HSB/HSV221°66.94%94.90%
CMYK66.94%45.87%0.00%
5.10%

Color #5083F2 in popluar number systems.

HEX5083F2
Decimal80131242
Binary10100001000001111110010
Octal120203362

Shades and tints

Shades of #5083F2

#5083F2
(80,131,242)
#4978DC
(73,120,220)
#426DC6
(66,109,198)
#3B62B0
(59,98,176)
#34579A
(52,87,154)
#2D4C84
(45,76,132)
#26416E
(38,65,110)
#1F3658
(31,54,88)
#182B42
(24,43,66)
#11202C
(17,32,44)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #5083F2

#5083F2
(80,131,242)
#5F8EF3
(95,142,243)
#6E99F4
(110,153,244)
#7DA4F5
(125,164,245)
#8CAFF6
(140,175,246)
#9BBAF7
(155,186,247)
#AAC5F8
(170,197,248)
#B9D0F9
(185,208,249)
#C8DBFA
(200,219,250)
#D7E6FB
(215,230,251)
#E6F1FC
(230,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5083F2 color. Also use rgb(80,131,242) instead hex code.

Text Font Color

.myTextColor { color: #5083F2; }

<p style="color:#5083F2">This sample text font color is #5083F2.</p>

This text font color is #5083F2.


Background Color

.myBgColor { background-color: #5083F2; }

<div style="background-color:#5083F2">Inner text</div>

This div background color is #5083F2.


Border color

.myBorderColor { border: 1px solid #5083F2; }

<div style="border:3px solid #5083F2">Div</div>

This div border color is #5083F2.


Opacity

.myOpacity80 { color: #5083F2; opacity: 0.8; }

<p style="color:#5083F2;opacity:0.8;">80%</p>

Text with #5083F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5083F2;}

<p style="text-shadow: 3px 3px 1px #5083F2">Text here.</p>

This text has shadow with #5083F2 color.

.textShadow {text-shadow: 3px 3px 1px #5083F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5083F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #5083F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5083F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5083F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #5083F2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5083F2;
  -webkit-box-shadow:	1px 1px 3px 2px #5083F2;
  box-shadow:		1px 1px 3px 2px #5083F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5083F2;
-webkit-box-shadow: 1px 1px 3px 2px #5083F2;
box-shadow:1px 1px 3px 2px #5083F2;">
Div content here</div>
This div box has shadow with color #5083F2.

Preview

Color preview on black background

This text has color #5083F2 on black background.


Color preview on white background

This text has color #5083F2 on white background.



Black color preview on #5083F2 background

This text has black color on #5083F2 background.


White color preview on #5083F2 background

This text has white color on #5083F2 background.