#7DA9ED

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

Shades of Jordy Blue #7DA9ED

Tints of Jordy Blue #7DA9ED

Color information

#7DA9ED (or 0x7DA9ED) is unknown color: approx Jordy Blue. HEX triplet: 7D, A9 and ED. RGB value is (125,169,237). Sum of RGB (Red+Green+Blue) = 125+169+237=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DA9ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA9ED is #825612. Grayscale: #A3A3A3. Windows color (decimal): -8541715 or 15575421. OLE color: 15575421.

HSL color Cylindrical-coordinate representation of color #7DA9ED: hue angle of 216.43º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DA9ED is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125169237-
CMYK0.470.2900.07
HSL216.43º75.68%70.98%-
HSV(B)216.43º47.26%92.94%-
XYZ37.9338.8585.62-
YUV163.6169.42100.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=23.54%
G=31.83%
B=44.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251692370.470.2900.07216.4375.6870.98
Hex7DA9ED2F1D07d84c47
Octal175251355573507330114107
Binary111110110101001111011011011111110101111101100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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