#7EA3FA

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

Shades of Jordy Blue #7EA3FA

Tints of Jordy Blue #7EA3FA

Color information

#7EA3FA (or 0x7EA3FA) is unknown color: approx Jordy Blue. HEX triplet: 7E, A3 and FA. RGB value is (126,163,250). Sum of RGB (Red+Green+Blue) = 126+163+250=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA3FA is #815C05. Grayscale: #A1A1A1. Windows color (decimal): -8477702 or 16425854. OLE color: 16425854.

HSL color Cylindrical-coordinate representation of color #7EA3FA: hue angle of 222.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EA3FA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126163250-
CMYK0.500.3500.02
HSL222.1º92.54%73.73%-
HSV(B)222.1º49.6%98.04%-
XYZ38.9637.5395.63-
YUV161.85177.74102.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=23.38%
G=30.24%
B=46.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261632500.500.3500.02222.192.5473.73
Hex7EA3FA322302de5d4a
Octal176243372624302336135112
Binary111111010100011111110101100101000110101101111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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