#779CDB

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

Shades of Jordy Blue #779CDB

Tints of Jordy Blue #779CDB

Color information

#779CDB (or 0x779CDB) is unknown color: approx Jordy Blue. HEX triplet: 77, 9C and DB. RGB value is (119,156,219). Sum of RGB (Red+Green+Blue) = 119+156+219=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #779CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDB is #886324. Grayscale: #979797. Windows color (decimal): -8938277 or 14392439. OLE color: 14392439.

HSL color Cylindrical-coordinate representation of color #779CDB: hue angle of 217.8º 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 #779CDB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119156219-
CMYK0.460.2900.14
HSL217.8º58.14%66.27%-
HSV(B)217.8º45.66%85.88%-
XYZ32.2832.8171.65-
YUV152.12165.74104.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=24.09%
G=31.58%
B=44.33%

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
Decimal1191562190.460.2900.14217.858.1466.27
Hex779CDB2E1D0Eda3a42
Octal167234333563501633272102
Binary111011110011100110110111011101110101110110110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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