#779FEC

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

Shades of Jordy Blue #779FEC

Tints of Jordy Blue #779FEC

Color information

#779FEC (or 0x779FEC) is unknown color: approx Jordy Blue. HEX triplet: 77, 9F and EC. RGB value is (119,159,236). Sum of RGB (Red+Green+Blue) = 119+159+236=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #779FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEC is #886013. Grayscale: #9B9B9B. Windows color (decimal): -8937492 or 15507319. OLE color: 15507319.

HSL color Cylindrical-coordinate representation of color #779FEC: hue angle of 219.49º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779FEC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119159236-
CMYK0.500.3300.07
HSL219.49º75.48%69.61%-
HSV(B)219.49º49.58%92.55%-
XYZ35.1534.7784.22-
YUV155.82173.25101.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.15%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=23.15%
G=30.93%
B=45.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191592360.500.3300.07219.4975.4869.61
Hex779FEC322107db4b46
Octal167237354624107333113106
Binary1110111100111111110110011001010000101111101101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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