COLOR #057DD7

HEX: #057DD7
RGB: (5,125,215)

Color info

#057DD7 contains mainly blue color. Web safe color of #057DD7 is #0066CC (or #06C).

RGB color model

#057DD7 color RGB value is (5,125,215).

  • red value is 5;
  • green value is 125;
  • blue value is 215.
RGB:
(5,125,215)
(2%,49%,84%)

RGB channels and saturation

R 5 of 255 = 2%
G 125 of 255 = 49%
B 215 of 255 = 84%

5
125
215

R + G + B ~ 45%. #057DD7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 125 + 215 = 345 (100%)
R 5 of 345 ~ 1.45%
G 125 of 345 ~ 36.23%
B 215 of 345 ~ 62.32%

%36.23
%62.32

CMYK color model

#057DD7 color CMYK value is (98,42,0,16).

  • cyan value is 97.67%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(98,42,0,16)
C98M42Y0K16 
(98%,42%,0%,16%)
(0.98/0.42/0.00/0.16)	

CMYK percentages

%97.67
%41.86
%0
%15.69

Codes

Color #057DD7 in popluar color models

057DD7
RGB5125215
HSL206°95.45%43.14%
HSB/HSV206°97.67%84.31%
CMYK97.67%41.86%0.00%
15.69%

Color #057DD7 in popluar number systems.

HEX057DD7
Decimal5125215
Binary101111110111010111
Octal5175327

Shades and tints

Shades of #057DD7

#057DD7
(5,125,215)
#0572C4
(5,114,196)
#0567B1
(5,103,177)
#055C9E
(5,92,158)
#05518B
(5,81,139)
#054678
(5,70,120)
#053B65
(5,59,101)
#053052
(5,48,82)
#05253F
(5,37,63)
#051A2C
(5,26,44)
#050F19
(5,15,25)
#000000
(0,0,0)

Tints of #057DD7

#057DD7
(5,125,215)
#1B88DA
(27,136,218)
#3193DD
(49,147,221)
#479EE0
(71,158,224)
#5DA9E3
(93,169,227)
#73B4E6
(115,180,230)
#89BFE9
(137,191,233)
#9FCAEC
(159,202,236)
#B5D5EF
(181,213,239)
#CBE0F2
(203,224,242)
#E1EBF5
(225,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057DD7 color. Also use rgb(5,125,215) instead hex code.

Text Font Color

.myTextColor { color: #057DD7; }

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

This text font color is #057DD7.


Background Color

.myBgColor { background-color: #057DD7; }

<div style="background-color:#057DD7">Inner text</div>

This div background color is #057DD7.


Border color

.myBorderColor { border: 1px solid #057DD7; }

<div style="border:3px solid #057DD7">Div</div>

This div border color is #057DD7.


Opacity

.myOpacity80 { color: #057DD7; opacity: 0.8; }

<p style="color:#057DD7;opacity:0.8;">80%</p>

Text with #057DD7 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 #057DD7;}

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

This text has shadow with #057DD7 color.

.textShadow {text-shadow: 3px 3px 1px #057DD7, 3px 3px 1px red;}

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

This text has shadow with #057DD7 primary color and red secondary color.


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

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

This text has shadow with #057DD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057DD7 on black background.


Color preview on white background

This text has color #057DD7 on white background.



Black color preview on #057DD7 background

This text has black color on #057DD7 background.


White color preview on #057DD7 background

This text has white color on #057DD7 background.