#779ED5

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

Shades of Jordy Blue #779ED5

Tints of Jordy Blue #779ED5

Color information

#779ED5 (or 0x779ED5) is unknown color: approx Jordy Blue. HEX triplet: 77, 9E and D5. RGB value is (119,158,213). Sum of RGB (Red+Green+Blue) = 119+158+213=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #779ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED5 is #88612A. Grayscale: #989898. Windows color (decimal): -8937771 or 13999735. OLE color: 13999735.

HSL color Cylindrical-coordinate representation of color #779ED5: hue angle of 215.11º 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 #779ED5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119158213-
CMYK0.440.2600.16
HSL215.11º52.81%65.1%-
HSV(B)215.11º44.13%83.53%-
XYZ31.8433.1867.68-
YUV152.61162.08104.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=24.29%
G=32.24%
B=43.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191582130.440.2600.16215.1152.8165.1
Hex779ED52C1A010d73541
Octal167236325543202032765101
Binary1110111100111101101010110110011010010000110101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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