#7DA9F0

Color #7DA9F0 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7DA9F0

Tints of Jordy Blue #7DA9F0

Color information

#7DA9F0 (or 0x7DA9F0) is unknown color: approx Jordy Blue. HEX triplet: 7D, A9 and F0. RGB value is (125,169,240). Sum of RGB (Red+Green+Blue) = 125+169+240=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DA9F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA9F0 is #82560F. Grayscale: #A3A3A3. Windows color (decimal): -8541712 or 15772029. OLE color: 15772029.

HSL color Cylindrical-coordinate representation of color #7DA9F0: hue angle of 217.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA9F0 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125169240-
CMYK0.480.3000.06
HSL217.04º79.31%71.57%-
HSV(B)217.04º47.92%94.12%-
XYZ38.3739.0387.95-
YUV163.94170.92100.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=23.41%
G=31.65%
B=44.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251692400.480.3000.06217.0479.3171.57
Hex7DA9F0301E06d94f48
Octal175251360603606331117110
Binary111110110101001111100001100001111001101101100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DA9F0; }

 p { color: rgb(125,169,240); }

 H1.HeaderClassName
 {
   color: #7DA9F0;
 }
 .AnyTagClassName
 {
   color: #7DA9F0;
 }
</style>
background-color css

<style>
 a { background-color: #7DA9F0; }

 a { background-color: rgb(125,169,240); }

 div.DivClassName
 {
   background-color: #7DA9F0;
 }
 .BgClassName
 {
   background-color: #7DA9F0;
 }
</style>
border-color css

<style>
 span { border-color: #7DA9F0; }

 span { border-color: rgb(125,169,240); }

 td.TdClassName
 {
   border-color: #7DA9F0;
 }
 .TagClassName
 {
   border-color: #7DA9F0;
 }
</style>