#7DA5F8

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

Shades of Jordy Blue #7DA5F8

Tints of Jordy Blue #7DA5F8

Color information

#7DA5F8 (or 0x7DA5F8) is unknown color: approx Jordy Blue. HEX triplet: 7D, A5 and F8. RGB value is (125,165,248). Sum of RGB (Red+Green+Blue) = 125+165+248=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DA5F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA5F8 is #825A07. Grayscale: #A2A2A2. Windows color (decimal): -8542728 or 16295293. OLE color: 16295293.

HSL color Cylindrical-coordinate representation of color #7DA5F8: hue angle of 220.49º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DA5F8 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125165248-
CMYK0.500.3300.03
HSL220.49º89.78%73.14%-
HSV(B)220.49º49.6%97.25%-
XYZ38.8638.0594.1-
YUV162.5176.25101.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.23%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 248 (97.27% from 255) = 46.10%
R=23.23%
G=30.67%
B=46.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251652480.500.3300.03220.4989.7873.14
Hex7DA5F8322103dc5a49
Octal175245370624103334132111
Binary111110110100101111110001100101000010111101110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,248); }

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

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

 a { background-color: rgb(125,165,248); }

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

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

 span { border-color: rgb(125,165,248); }

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