#7FA2ED

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

Shades of Jordy Blue #7FA2ED

Tints of Jordy Blue #7FA2ED

Color information

#7FA2ED (or 0x7FA2ED) is unknown color: approx Jordy Blue. HEX triplet: 7F, A2 and ED. RGB value is (127,162,237). Sum of RGB (Red+Green+Blue) = 127+162+237=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FA2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA2ED is #805D12. Grayscale: #9F9F9F. Windows color (decimal): -8412435 or 15573631. OLE color: 15573631.

HSL color Cylindrical-coordinate representation of color #7FA2ED: hue angle of 220.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA2ED is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127162237-
CMYK0.460.3200.07
HSL220.91º75.34%71.37%-
HSV(B)220.91º46.41%92.94%-
XYZ36.9636.4785.21-
YUV160.08171.4104.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.14%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=24.14%
G=30.80%
B=45.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271622370.460.3200.07220.9175.3471.37
Hex7FA2ED2E2007dd4b47
Octal177242355564007335113107
Binary1111111101000101110110110111010000001111101110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,237); }

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

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

 a { background-color: rgb(127,162,237); }

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

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

 span { border-color: rgb(127,162,237); }

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