#779DDA

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

Shades of Jordy Blue #779DDA

Tints of Jordy Blue #779DDA

Color information

#779DDA (or 0x779DDA) is unknown color: approx Jordy Blue. HEX triplet: 77, 9D and DA. RGB value is (119,157,218). Sum of RGB (Red+Green+Blue) = 119+157+218=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #779DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DDA is #886225. Grayscale: #989898. Windows color (decimal): -8938022 or 14327159. OLE color: 14327159.

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

Color convert

RGB119157218-
CMYK0.450.2800.15
HSL216.97º57.23%66.08%-
HSV(B)216.97º45.41%85.49%-
XYZ32.3233.171.01-
YUV152.59164.91104.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=24.09%
G=31.78%
B=44.13%

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
Decimal1191572180.450.2800.15216.9757.2366.08
Hex779DDA2D1C0Fd93942
Octal167235332553401733171102
Binary111011110011101110110101011011110001111110110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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