Html Css Color HEX #779EE9 Jordy Blue

📋 copy color: '#779EE9'

red 119 ◦ green 158 ◦ blue 233

#779EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #779EE9

Tints of Jordy Blue #779EE9

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 value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#779EE9 (or 0x779EE9) is known color: 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

RGB 119 158 233 -
CMYK 0.49 0.32 0 0.09
HSL 219.47º 0.72% 0.69% -
HSV(B) 219.47º 0.49% 0.91% -
XYZ 34.54 34.26 81.88 -
YUV 154.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 119 158 233 0.49 0.32 0 0.09 219.47 0.72 0.69
Hex 77 9E E9 31 20 0 9 DB 48 45
Octal 167 236 351 61 40 0 11 333 110 105
Binary 1110111 10011110 11101001 110001 100000 0 1001 11011011 1001000 1000101

Color Harmonies of #779EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EE9

Black with #779EE9

Text Example


Text Example

White with #779EE9

Text Example


Text Example

HTML Codes & Css Web 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>