Html Css Color HEX #779ED6 Jordy Blue

📋 copy color: '#779ED6'

red 119 ◦ green 158 ◦ blue 214

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

Shades of Jordy Blue #779ED6

Tints of Jordy Blue #779ED6

RGB

 RED value IS 119 (46.88% from 255) = 24.24%

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 24.24%
G = 32.18%
B = 43.58%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#779ED6 (or 0x779ED6) is known color: Jordy Blue. HEX triplet: 77, 9E and D6. RGB value is (119,158,214). Sum of RGB (Red+Green+Blue) = 119+158+214=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #779ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED6 is #886129. Grayscale: #989898. Windows color (decimal): -8937770 or 14065271. OLE color: 14065271.

HSL color Cylindrical-coordinate representation of color #779ED6: hue angle of 215.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #779ED6 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 158 214 -
CMYK 0.44 0.26 0 0.16
HSL 215.37º 0.54% 0.65% -
HSV(B) 215.37º 0.44% 0.84% -
XYZ 31.97 33.23 68.35 -
YUV 152.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 119 158 214 0.44 0.26 0 0.16 215.37 0.54 0.65
Hex 77 9E D6 2C 1A 0 10 D7 36 41
Octal 167 236 326 54 32 0 20 327 66 101
Binary 1110111 10011110 11010110 101100 11010 0 10000 11010111 110110 1000001

Color Harmonies of #779ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ED6

Black with #779ED6

Text Example


Text Example

White with #779ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779ED6;
 }
 .AnyTagClassName
 {
   color: #779ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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