#779CDD

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

Shades of Jordy Blue #779CDD

Tints of Jordy Blue #779CDD

Color information

#779CDD (or 0x779CDD) is unknown color: approx Jordy Blue. HEX triplet: 77, 9C and DD. RGB value is (119,156,221). Sum of RGB (Red+Green+Blue) = 119+156+221=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #779CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDD is #886322. Grayscale: #989898. Windows color (decimal): -8938275 or 14523511. OLE color: 14523511.

HSL color Cylindrical-coordinate representation of color #779CDD: hue angle of 218.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779CDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119156221-
CMYK0.460.2900.13
HSL218.24º60%66.67%-
HSV(B)218.24º46.15%86.67%-
XYZ32.5532.9273.05-
YUV152.35166.74104.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.99%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=23.99%
G=31.45%
B=44.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191562210.460.2900.13218.246066.67
Hex779CDD2E1D0Dda3c43
Octal167234335563501533274103
Binary111011110011100110111011011101110101101110110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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