#7EA4DA

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

Shades of Jordy Blue #7EA4DA

Tints of Jordy Blue #7EA4DA

Color information

#7EA4DA (or 0x7EA4DA) is unknown color: approx Jordy Blue. HEX triplet: 7E, A4 and DA. RGB value is (126,164,218). Sum of RGB (Red+Green+Blue) = 126+164+218=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EA4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4DA is #815B25. Grayscale: #9E9E9E. Windows color (decimal): -8477478 or 14328958. OLE color: 14328958.

HSL color Cylindrical-coordinate representation of color #7EA4DA: hue angle of 215.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA4DA is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126164218-
CMYK0.420.2500.15
HSL215.22º55.42%67.45%-
HSV(B)215.22º42.2%85.49%-
XYZ34.5336.0571.47-
YUV158.79161.41104.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.80%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=24.80%
G=32.28%
B=42.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261642180.420.2500.15215.2255.4267.45
Hex7EA4DA2A190Fd73743
Octal176244332523101732767103
Binary111111010100100110110101010101100101111110101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,218); }

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

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

 a { background-color: rgb(126,164,218); }

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

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

 span { border-color: rgb(126,164,218); }

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