#779CD8

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

Shades of Jordy Blue #779CD8

Tints of Jordy Blue #779CD8

Color information

#779CD8 (or 0x779CD8) is unknown color: approx Jordy Blue. HEX triplet: 77, 9C and D8. RGB value is (119,156,216). Sum of RGB (Red+Green+Blue) = 119+156+216=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #779CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CD8 is #886327. Grayscale: #979797. Windows color (decimal): -8938280 or 14195831. OLE color: 14195831.

HSL color Cylindrical-coordinate representation of color #779CD8: hue angle of 217.11º 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 #779CD8 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119156216-
CMYK0.450.2800.15
HSL217.11º55.43%65.69%-
HSV(B)217.11º44.91%84.71%-
XYZ31.8932.6669.59-
YUV151.78164.24104.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=24.24%
G=31.77%
B=43.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191562160.450.2800.15217.1155.4365.69
Hex779CD82D1C0Fd93742
Octal167234330553401733167102
Binary111011110011100110110001011011110001111110110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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