#779DD8

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

Shades of Jordy Blue #779DD8

Tints of Jordy Blue #779DD8

Color information

#779DD8 (or 0x779DD8) is unknown color: approx Jordy Blue. HEX triplet: 77, 9D and D8. RGB value is (119,157,216). Sum of RGB (Red+Green+Blue) = 119+157+216=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #779DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DD8 is #886227. Grayscale: #989898. Windows color (decimal): -8938024 or 14196087. OLE color: 14196087.

HSL color Cylindrical-coordinate representation of color #779DD8: hue angle of 216.49º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779DD8 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119157216-
CMYK0.450.2700.15
HSL216.49º55.43%65.69%-
HSV(B)216.49º44.91%84.71%-
XYZ32.0632.9969.64-
YUV152.36163.91104.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=24.19%
G=31.91%
B=43.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191572160.450.2700.15216.4955.4365.69
Hex779DD82D1B0Fd83742
Octal167235330553301733067102
Binary111011110011101110110001011011101101111110110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,157,216); }

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

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

 a { background-color: rgb(119,157,216); }

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

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

 span { border-color: rgb(119,157,216); }

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