#7EA5DB

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

Shades of Jordy Blue #7EA5DB

Tints of Jordy Blue #7EA5DB

Color information

#7EA5DB (or 0x7EA5DB) is unknown color: approx Jordy Blue. HEX triplet: 7E, A5 and DB. RGB value is (126,165,219). Sum of RGB (Red+Green+Blue) = 126+165+219=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5DB is #815A24. Grayscale: #9F9F9F. Windows color (decimal): -8477221 or 14394750. OLE color: 14394750.

HSL color Cylindrical-coordinate representation of color #7EA5DB: hue angle of 214.84º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA5DB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126165219-
CMYK0.420.2500.14
HSL214.84º56.36%67.65%-
HSV(B)214.84º42.47%85.88%-
XYZ34.8536.4672.22-
YUV159.5161.58104.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.71%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=24.71%
G=32.35%
B=42.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261652190.420.2500.14214.8456.3667.65
Hex7EA5DB2A190Ed73844
Octal176245333523101632770104
Binary111111010100101110110111010101100101110110101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,219); }

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

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

 a { background-color: rgb(126,165,219); }

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

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

 span { border-color: rgb(126,165,219); }

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