#779EE9

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

Shades of Jordy Blue #779EE9

Tints of Jordy Blue #779EE9

Color information

#779EE9 (or 0x779EE9) is unknown color: approx Jordy Blue. HEX triplet: 77, 9E and E9. RGB value is (119,158,233). Sum of RGB (Red+Green+Blue) = 119+158+233=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #779EE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EE9 is #886116. Grayscale: #9A9A9A. Windows color (decimal): -8937751 or 15310455. OLE color: 15310455.

HSL color Cylindrical-coordinate representation of color #779EE9: hue angle of 219.47º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779EE9 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119158233-
CMYK0.490.3200.09
HSL219.47º72.15%69.02%-
HSV(B)219.47º48.93%91.37%-
XYZ34.5434.2681.88-
YUV154.89172.08102.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 233 (91.41% from 255) = 45.69%
R=23.33%
G=30.98%
B=45.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191582330.490.3200.09219.4772.1569.02
Hex779EE9312009db4845
Octal1672363516140011333110105
Binary11101111001111011101001110001100000010011101101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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