#7ea0f3

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

Shades of Jordy Blue #7EA0F3

Tints of Jordy Blue #7EA0F3

Color information

#7EA0F3 (or 0x7EA0F3) is unknown color: approx Jordy Blue. HEX triplet: 7E, A0 and F3. RGB value is (126,160,243). Sum of RGB (Red+Green+Blue) = 126+160+243=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EA0F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA0F3 is #815F0C. Grayscale: #9E9E9E. Windows color (decimal): -8478477 or 15966334. OLE color: 15966334.

HSL color Cylindrical-coordinate representation of color #7EA0F3: hue angle of 222.56º 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 #7EA0F3 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126160243-
CMYK0.480.3400.05
HSL222.56º82.98%72.35%-
HSV(B)222.56º48.15%95.29%-
XYZ37.3536.0589.78-
YUV159.3175.24104.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=23.82%
G=30.25%
B=45.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261602430.480.3400.05222.5682.9872.35
Hex7EA0F3302205df5348
Octal176240363604205337123110
Binary1111110101000001111001111000010001001011101111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ea0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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