#779DD7

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

Shades of Jordy Blue #779DD7

Tints of Jordy Blue #779DD7

Color information

#779DD7 (or 0x779DD7) is unknown color: approx Jordy Blue. HEX triplet: 77, 9D and D7. RGB value is (119,157,215). Sum of RGB (Red+Green+Blue) = 119+157+215=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #779DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DD7 is #886228. Grayscale: #979797. Windows color (decimal): -8938025 or 14130551. OLE color: 14130551.

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

Color convert

RGB119157215-
CMYK0.450.2700.16
HSL216.25º54.55%65.49%-
HSV(B)216.25º44.65%84.31%-
XYZ31.9332.9468.97-
YUV152.25163.41104.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=24.24%
G=31.98%
B=43.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191572150.450.2700.16216.2554.5565.49
Hex779DD72D1B010d83741
Octal167235327553302033067101
Binary1110111100111011101011110110111011010000110110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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