#7EA3FD

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

Shades of Jordy Blue #7EA3FD

Tints of Jordy Blue #7EA3FD

Color information

#7EA3FD (or 0x7EA3FD) is unknown color: approx Jordy Blue. HEX triplet: 7E, A3 and FD. RGB value is (126,163,253). Sum of RGB (Red+Green+Blue) = 126+163+253=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA3FD is #815C02. Grayscale: #A1A1A1. Windows color (decimal): -8477699 or 16622462. OLE color: 16622462.

HSL color Cylindrical-coordinate representation of color #7EA3FD: hue angle of 222.52º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EA3FD is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126163253-
CMYK0.500.3600.01
HSL222.52º96.95%74.31%-
HSV(B)222.52º50.2%99.22%-
XYZ39.4337.7298.13-
YUV162.2179.24102.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.25%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=23.25%
G=30.07%
B=46.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261632530.500.3600.01222.5296.9574.31
Hex7EA3FD322401df614a
Octal176243375624401337141112
Binary11111101010001111111101110010100100011101111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,253); }

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

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

 a { background-color: rgb(126,163,253); }

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

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

 span { border-color: rgb(126,163,253); }

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