Html Css Color HEX #779ED5 Jordy Blue

📋 copy color: '#779ED5'

red 119 ◦ green 158 ◦ blue 213

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

Shades of Jordy Blue #779ED5

Tints of Jordy Blue #779ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 24.29%
G = 32.24%
B = 43.47%

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

#779ED5 (or 0x779ED5) is known color: Jordy Blue. HEX triplet: 77, 9E and D5. RGB value is (119,158,213). Sum of RGB (Red+Green+Blue) = 119+158+213=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #779ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED5 is #88612A. Grayscale: #989898. Windows color (decimal): -8937771 or 13999735. OLE color: 13999735.

HSL color Cylindrical-coordinate representation of color #779ED5: hue angle of 215.11º degrees, saturation: 0.53, 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 #779ED5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 158 213 -
CMYK 0.44 0.26 0 0.16
HSL 215.11º 0.53% 0.65% -
HSV(B) 215.11º 0.44% 0.84% -
XYZ 31.84 33.18 67.68 -
YUV 152.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 119 158 213 0.44 0.26 0 0.16 215.11 0.53 0.65
Hex 77 9E D5 2C 1A 0 10 D7 35 41
Octal 167 236 325 54 32 0 20 327 65 101
Binary 1110111 10011110 11010101 101100 11010 0 10000 11010111 110101 1000001

Color Harmonies of #779ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ED5

Black with #779ED5

Text Example


Text Example

White with #779ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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