#7DA5EE

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

Shades of Jordy Blue #7DA5EE

Tints of Jordy Blue #7DA5EE

Color information

#7DA5EE (or 0x7DA5EE) is unknown color: approx Jordy Blue. HEX triplet: 7D, A5 and EE. RGB value is (125,165,238). Sum of RGB (Red+Green+Blue) = 125+165+238=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DA5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA5EE is #825A11. Grayscale: #A1A1A1. Windows color (decimal): -8542738 or 15639933. OLE color: 15639933.

HSL color Cylindrical-coordinate representation of color #7DA5EE: hue angle of 218.76º degrees, saturation: 0.77, 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 #7DA5EE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125165238-
CMYK0.470.3100.07
HSL218.76º76.87%71.18%-
HSV(B)218.76º47.48%93.33%-
XYZ37.3537.4486.15-
YUV161.36171.25102.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=23.67%
G=31.25%
B=45.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251652380.470.3100.07218.7676.8771.18
Hex7DA5EE2F1F07db4d47
Octal175245356573707333115107
Binary111110110100101111011101011111111101111101101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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