#779DDC

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

Shades of Jordy Blue #779DDC

Tints of Jordy Blue #779DDC

Color information

#779DDC (or 0x779DDC) is unknown color: approx Jordy Blue. HEX triplet: 77, 9D and DC. RGB value is (119,157,220). Sum of RGB (Red+Green+Blue) = 119+157+220=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #779DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DDC is #886223. Grayscale: #989898. Windows color (decimal): -8938020 or 14458231. OLE color: 14458231.

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

Color convert

RGB119157220-
CMYK0.460.2900.14
HSL217.43º59.06%66.47%-
HSV(B)217.43º45.91%86.27%-
XYZ32.5833.272.4-
YUV152.82165.91103.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.99%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=23.99%
G=31.65%
B=44.35%

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
Decimal1191572200.460.2900.14217.4359.0666.47
Hex779DDC2E1D0Ed93b42
Octal167235334563501633173102
Binary111011110011101110111001011101110101110110110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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