#7DA9FD

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

Shades of Jordy Blue #7DA9FD

Tints of Jordy Blue #7DA9FD

Color information

#7DA9FD (or 0x7DA9FD) is unknown color: approx Jordy Blue. HEX triplet: 7D, A9 and FD. RGB value is (125,169,253). Sum of RGB (Red+Green+Blue) = 125+169+253=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DA9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA9FD is #825602. Grayscale: #A5A5A5. Windows color (decimal): -8541699 or 16623997. OLE color: 16623997.

HSL color Cylindrical-coordinate representation of color #7DA9FD: hue angle of 219.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA9FD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125169253-
CMYK0.510.3300.01
HSL219.38º96.97%74.12%-
HSV(B)219.38º50.59%99.22%-
XYZ40.3839.8398.49-
YUV165.42177.4299.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=22.85%
G=30.90%
B=46.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251692530.510.3300.01219.3896.9774.12
Hex7DA9FD332101db614a
Octal175251375634101333141112
Binary11111011010100111111101110011100001011101101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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