#7da5e1

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

Shades of Jordy Blue #7DA5E1

Tints of Jordy Blue #7DA5E1

Color information

#7DA5E1 (or 0x7DA5E1) is unknown color: approx Jordy Blue. HEX triplet: 7D, A5 and E1. RGB value is (125,165,225). Sum of RGB (Red+Green+Blue) = 125+165+225=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DA5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5E1 is #825A1E. Grayscale: #9F9F9F. Windows color (decimal): -8542751 or 14787965. OLE color: 14787965.

HSL color Cylindrical-coordinate representation of color #7DA5E1: hue angle of 216º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DA5E1 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125165225-
CMYK0.440.2700.12
HSL216º62.5%68.63%-
HSV(B)216º44.44%88.24%-
XYZ35.536.7176.45-
YUV159.88164.75103.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=24.27%
G=32.04%
B=43.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251652250.440.2700.1221662.568.63
Hex7DA5E12C1B0Cd83e45
Octal175245341543301433076105
Binary111110110100101111000011011001101101100110110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7da5e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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