#779AE1

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

Shades of Jordy Blue #779AE1

Tints of Jordy Blue #779AE1

Color information

#779AE1 (or 0x779AE1) is unknown color: approx Jordy Blue. HEX triplet: 77, 9A and E1. RGB value is (119,154,225). Sum of RGB (Red+Green+Blue) = 119+154+225=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #779AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AE1 is #88651E. Grayscale: #979797. Windows color (decimal): -8938783 or 14785143. OLE color: 14785143.

HSL color Cylindrical-coordinate representation of color #779AE1: hue angle of 220.19º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779AE1 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119154225-
CMYK0.470.3200.12
HSL220.19º63.86%67.45%-
HSV(B)220.19º47.11%88.24%-
XYZ32.7532.4775.78-
YUV151.63169.4104.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=23.90%
G=30.92%
B=45.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1191542250.470.3200.12220.1963.8667.45
Hex779AE12F200Cdc4043
Octal1672323415740014334100103
Binary11101111001101011100001101111100000011001101110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779AE1; }

 p { color: rgb(119,154,225); }

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

<style>
 a { background-color: #779AE1; }

 a { background-color: rgb(119,154,225); }

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

<style>
 span { border-color: #779AE1; }

 span { border-color: rgb(119,154,225); }

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