Html Css Color HEX #779ED8 Jordy Blue

📋 copy color: '#779ED8'

red 119 ◦ green 158 ◦ blue 216

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

Shades of Jordy Blue #779ED8

Tints of Jordy Blue #779ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 24.14%
G = 32.05%
B = 43.81%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#779ED8 (or 0x779ED8) is known color: Jordy Blue. HEX triplet: 77, 9E and D8. RGB value is (119,158,216). Sum of RGB (Red+Green+Blue) = 119+158+216=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #779ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED8 is #886127. Grayscale: #989898. Windows color (decimal): -8937768 or 14196343. OLE color: 14196343.

HSL color Cylindrical-coordinate representation of color #779ED8: hue angle of 215.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779ED8 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 158 216 -
CMYK 0.45 0.27 0 0.15
HSL 215.88º 0.55% 0.66% -
HSV(B) 215.88º 0.45% 0.85% -
XYZ 32.23 33.33 69.7 -
YUV 152.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 119 158 216 0.45 0.27 0 0.15 215.88 0.55 0.66
Hex 77 9E D8 2D 1B 0 F D8 37 42
Octal 167 236 330 55 33 0 17 330 67 102
Binary 1110111 10011110 11011000 101101 11011 0 1111 11011000 110111 1000010

Color Harmonies of #779ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ED8

Black with #779ED8

Text Example


Text Example

White with #779ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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