#7EA8FA

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

Shades of Jordy Blue #7EA8FA

Tints of Jordy Blue #7EA8FA

Color information

#7EA8FA (or 0x7EA8FA) is unknown color: approx Jordy Blue. HEX triplet: 7E, A8 and FA. RGB value is (126,168,250). Sum of RGB (Red+Green+Blue) = 126+168+250=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EA8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA8FA is #815705. Grayscale: #A4A4A4. Windows color (decimal): -8476422 or 16427134. OLE color: 16427134.

HSL color Cylindrical-coordinate representation of color #7EA8FA: hue angle of 219.68º 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 #7EA8FA is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126168250-
CMYK0.500.3300.02
HSL219.68º92.54%73.73%-
HSV(B)219.68º49.6%98.04%-
XYZ39.8639.3495.94-
YUV164.79176.09100.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=23.16%
G=30.88%
B=45.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261682500.500.3300.02219.6892.5473.73
Hex7EA8FA322102dc5d4a
Octal176250372624102334135112
Binary111111010101000111110101100101000010101101110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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