#779FD3

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

Shades of Jordy Blue #779FD3

Tints of Jordy Blue #779FD3

Color information

#779FD3 (or 0x779FD3) is unknown color: approx Jordy Blue. HEX triplet: 77, 9F and D3. RGB value is (119,159,211). Sum of RGB (Red+Green+Blue) = 119+159+211=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #779FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FD3 is #88602C. Grayscale: #989898. Windows color (decimal): -8937517 or 13868919. OLE color: 13868919.

HSL color Cylindrical-coordinate representation of color #779FD3: hue angle of 213.91º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779FD3 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119159211-
CMYK0.440.2500.17
HSL213.91º51.11%64.71%-
HSV(B)213.91º43.6%82.75%-
XYZ31.7633.4266.4-
YUV152.97160.75103.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.34%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=24.34%
G=32.52%
B=43.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191592110.440.2500.17213.9151.1164.71
Hex779FD32C19011d63341
Octal167237323543102132663101
Binary1110111100111111101001110110011001010001110101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,159,211); }

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

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

 a { background-color: rgb(119,159,211); }

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

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

 span { border-color: rgb(119,159,211); }

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