#7FA4EA

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

Shades of Jordy Blue #7FA4EA

Tints of Jordy Blue #7FA4EA

Color information

#7FA4EA (or 0x7FA4EA) is unknown color: approx Jordy Blue. HEX triplet: 7F, A4 and EA. RGB value is (127,164,234). Sum of RGB (Red+Green+Blue) = 127+164+234=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FA4EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA4EA is #805B15. Grayscale: #A0A0A0. Windows color (decimal): -8411926 or 15377535. OLE color: 15377535.

HSL color Cylindrical-coordinate representation of color #7FA4EA: hue angle of 219.25º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA4EA is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127164234-
CMYK0.460.3000.08
HSL219.25º71.81%70.78%-
HSV(B)219.25º45.73%91.76%-
XYZ36.883783.04-
YUV160.92169.24103.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.19%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=24.19%
G=31.24%
B=44.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271642340.460.3000.08219.2571.8170.78
Hex7FA4EA2E1E08db4847
Octal1772443525636010333110107
Binary1111111101001001110101010111011110010001101101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,234); }

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

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

 a { background-color: rgb(127,164,234); }

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

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

 span { border-color: rgb(127,164,234); }

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