COLOR #7DA5F0

HEX: #7DA5F0
RGB: (125,165,240)

Color info

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

RGB color model

#7DA5F0 color RGB value is (125,165,240).

  • red value is 125;
  • green value is 165;
  • blue value is 240.
RGB:
(125,165,240)
(49%,65%,94%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 240 of 255 = 94%

125
165
240

R + G + B ~ 69%. #7DA5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 240 = 530 (100%)
R 125 of 530 ~ 23.58%
G 165 of 530 ~ 31.13%
B 240 of 530 ~ 45.28%

%23.58
%31.13
%45.28

CMYK color model

#7DA5F0 color CMYK value is (48,31,0,6).

  • cyan value is 47.92%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,31,0,6)
C48M31Y0K6 
(48%,31%,0%,6%)
(0.48/0.31/0.00/0.06)	

CMYK percentages

%47.92
%31.25
%0
%5.88

Codes

Color #7DA5F0 in popluar color models

7DA5F0
RGB125165240
HSL219°79.31%71.57%
HSB/HSV219°47.92%94.12%
CMYK47.92%31.25%0.00%
5.88%

Color #7DA5F0 in popluar number systems.

HEX7DA5F0
Decimal125165240
Binary11111011010010111110000
Octal175245360

Shades and tints

Shades of #7DA5F0

#7DA5F0
(125,165,240)
#7296DB
(114,150,219)
#6787C6
(103,135,198)
#5C78B1
(92,120,177)
#51699C
(81,105,156)
#465A87
(70,90,135)
#3B4B72
(59,75,114)
#303C5D
(48,60,93)
#252D48
(37,45,72)
#1A1E33
(26,30,51)
#0F0F1E
(15,15,30)
#000000
(0,0,0)

Tints of #7DA5F0

#7DA5F0
(125,165,240)
#88ADF1
(136,173,241)
#93B5F2
(147,181,242)
#9EBDF3
(158,189,243)
#A9C5F4
(169,197,244)
#B4CDF5
(180,205,245)
#BFD5F6
(191,213,246)
#CADDF7
(202,221,247)
#D5E5F8
(213,229,248)
#E0EDF9
(224,237,249)
#EBF5FA
(235,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA5F0 color. Also use rgb(125,165,240) instead hex code.

Text Font Color

.myTextColor { color: #7DA5F0; }

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

This text font color is #7DA5F0.


Background Color

.myBgColor { background-color: #7DA5F0; }

<div style="background-color:#7DA5F0">Inner text</div>

This div background color is #7DA5F0.


Border color

.myBorderColor { border: 1px solid #7DA5F0; }

<div style="border:3px solid #7DA5F0">Div</div>

This div border color is #7DA5F0.


Opacity

.myOpacity80 { color: #7DA5F0; opacity: 0.8; }

<p style="color:#7DA5F0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DA5F0 color.

.textShadow {text-shadow: 3px 3px 1px #7DA5F0, 3px 3px 1px red;}

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

This text has shadow with #7DA5F0 primary color and red secondary color.


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

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

This text has shadow with #7DA5F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA5F0 on black background.


Color preview on white background

This text has color #7DA5F0 on white background.



Black color preview on #7DA5F0 background

This text has black color on #7DA5F0 background.


White color preview on #7DA5F0 background

This text has white color on #7DA5F0 background.