#7EA1DA

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

Shades of Jordy Blue #7EA1DA

Tints of Jordy Blue #7EA1DA

Color information

#7EA1DA (or 0x7EA1DA) is unknown color: approx Jordy Blue. HEX triplet: 7E, A1 and DA. RGB value is (126,161,218). Sum of RGB (Red+Green+Blue) = 126+161+218=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EA1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1DA is #815E25. Grayscale: #9C9C9C. Windows color (decimal): -8478246 or 14328190. OLE color: 14328190.

HSL color Cylindrical-coordinate representation of color #7EA1DA: hue angle of 217.17º 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 #7EA1DA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126161218-
CMYK0.420.2600.15
HSL217.17º55.42%67.45%-
HSV(B)217.17º42.2%85.49%-
XYZ3434.9971.29-
YUV157.03162.4105.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=24.95%
G=31.88%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261612180.420.2600.15217.1755.4267.45
Hex7EA1DA2A1A0Fd93743
Octal176241332523201733167103
Binary111111010100001110110101010101101001111110110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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