#779EEC

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

Shades of Jordy Blue #779EEC

Tints of Jordy Blue #779EEC

Color information

#779EEC (or 0x779EEC) is unknown color: approx Jordy Blue. HEX triplet: 77, 9E and EC. RGB value is (119,158,236). Sum of RGB (Red+Green+Blue) = 119+158+236=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #779EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EEC is #886113. Grayscale: #9A9A9A. Windows color (decimal): -8937748 or 15507063. OLE color: 15507063.

HSL color Cylindrical-coordinate representation of color #779EEC: hue angle of 220º 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 #779EEC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119158236-
CMYK0.500.3300.07
HSL220º75.48%69.61%-
HSV(B)220º49.58%92.55%-
XYZ34.9734.4384.16-
YUV155.23173.58102.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.20%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=23.20%
G=30.80%
B=46.00%

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
Decimal1191582360.500.3300.0722075.4869.61
Hex779EEC322107dc4b46
Octal167236354624107334113106
Binary1110111100111101110110011001010000101111101110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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