#779BDB

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

Shades of Jordy Blue #779BDB

Tints of Jordy Blue #779BDB

Color information

#779BDB (or 0x779BDB) is unknown color: approx Jordy Blue. HEX triplet: 77, 9B and DB. RGB value is (119,155,219). Sum of RGB (Red+Green+Blue) = 119+155+219=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #779BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDB is #886424. Grayscale: #979797. Windows color (decimal): -8938533 or 14392183. OLE color: 14392183.

HSL color Cylindrical-coordinate representation of color #779BDB: hue angle of 218.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779BDB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119155219-
CMYK0.460.2900.14
HSL218.4º58.14%66.27%-
HSV(B)218.4º45.66%85.88%-
XYZ32.1232.4871.59-
YUV151.53166.07104.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=24.14%
G=31.44%
B=44.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191552190.460.2900.14218.458.1466.27
Hex779BDB2E1D0Eda3a42
Octal167233333563501633272102
Binary111011110011011110110111011101110101110110110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,155,219); }

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

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

 a { background-color: rgb(119,155,219); }

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

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

 span { border-color: rgb(119,155,219); }

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