#779AD5

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

Shades of Jordy Blue #779AD5

Tints of Jordy Blue #779AD5

Color information

#779AD5 (or 0x779AD5) is unknown color: approx Jordy Blue. HEX triplet: 77, 9A and D5. RGB value is (119,154,213). Sum of RGB (Red+Green+Blue) = 119+154+213=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #779AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AD5 is #88652A. Grayscale: #959595. Windows color (decimal): -8938795 or 13998711. OLE color: 13998711.

HSL color Cylindrical-coordinate representation of color #779AD5: hue angle of 217.66º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779AD5 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119154213-
CMYK0.440.2800.16
HSL217.66º52.81%65.1%-
HSV(B)217.66º44.13%83.53%-
XYZ31.1731.8467.45-
YUV150.26163.4105.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=24.49%
G=31.69%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191542130.440.2800.16217.6652.8165.1
Hex779AD52C1C010da3541
Octal167232325543402033265101
Binary1110111100110101101010110110011100010000110110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,213); }

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

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

 a { background-color: rgb(119,154,213); }

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

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

 span { border-color: rgb(119,154,213); }

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