#7FA1EA

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

Shades of Jordy Blue #7FA1EA

Tints of Jordy Blue #7FA1EA

Color information

#7FA1EA (or 0x7FA1EA) is unknown color: approx Jordy Blue. HEX triplet: 7F, A1 and EA. RGB value is (127,161,234). Sum of RGB (Red+Green+Blue) = 127+161+234=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FA1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA1EA is #805E15. Grayscale: #9E9E9E. Windows color (decimal): -8412694 or 15376767. OLE color: 15376767.

HSL color Cylindrical-coordinate representation of color #7FA1EA: hue angle of 220.93º 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 #7FA1EA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127161234-
CMYK0.460.3100.08
HSL220.93º71.81%70.78%-
HSV(B)220.93º45.73%91.76%-
XYZ36.3535.9482.86-
YUV159.16170.24105.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=24.33%
G=30.84%
B=44.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271612340.460.3100.08220.9371.8170.78
Hex7FA1EA2E1F08dd4847
Octal1772413525637010335110107
Binary1111111101000011110101010111011111010001101110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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