#7fa3f0

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

Shades of Jordy Blue #7FA3F0

Tints of Jordy Blue #7FA3F0

Color information

#7FA3F0 (or 0x7FA3F0) is unknown color: approx Jordy Blue. HEX triplet: 7F, A3 and F0. RGB value is (127,163,240). Sum of RGB (Red+Green+Blue) = 127+163+240=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #7FA3F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA3F0 is #805C0F. Grayscale: #A0A0A0. Windows color (decimal): -8412176 or 15770495. OLE color: 15770495.

HSL color Cylindrical-coordinate representation of color #7FA3F0: hue angle of 220.88º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FA3F0 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB127163240-
CMYK0.470.3200.06
HSL220.88º79.02%71.96%-
HSV(B)220.88º47.08%94.12%-
XYZ37.583787.6-
YUV161.01172.57103.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 240 (94.14% from 255) = 45.28%
R=23.96%
G=30.75%
B=45.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1271632400.470.3200.06220.8879.0271.96
Hex7FA3F02F2006dd4f48
Octal177243360574006335117110
Binary1111111101000111111000010111110000001101101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fa3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,240); }

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

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

 a { background-color: rgb(127,163,240); }

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

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

 span { border-color: rgb(127,163,240); }

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