#7EA5F3

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

Shades of Jordy Blue #7EA5F3

Tints of Jordy Blue #7EA5F3

Color information

#7EA5F3 (or 0x7EA5F3) is unknown color: approx Jordy Blue. HEX triplet: 7E, A5 and F3. RGB value is (126,165,243). Sum of RGB (Red+Green+Blue) = 126+165+243=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EA5F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA5F3 is #815A0C. Grayscale: #A1A1A1. Windows color (decimal): -8477197 or 15967614. OLE color: 15967614.

HSL color Cylindrical-coordinate representation of color #7EA5F3: hue angle of 220º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EA5F3 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126165243-
CMYK0.480.3200.05
HSL220º82.98%72.35%-
HSV(B)220º48.15%95.29%-
XYZ38.2437.8290.08-
YUV162.23173.58102.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.60%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=23.60%
G=30.90%
B=45.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261652430.480.3200.0522082.9872.35
Hex7EA5F3302005dc5348
Octal176245363604005334123110
Binary1111110101001011111001111000010000001011101110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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