Html Css Color HEX #779ED1 Jordy Blue

📋 copy color: '#779ED1'

red 119 ◦ green 158 ◦ blue 209

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

Shades of Jordy Blue #779ED1

Tints of Jordy Blue #779ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 24.49%
G = 32.51%
B = 43%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#779ED1 (or 0x779ED1) is known color: Jordy Blue. HEX triplet: 77, 9E and D1. RGB value is (119,158,209). Sum of RGB (Red+Green+Blue) = 119+158+209=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #779ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ED1 is #88612E. Grayscale: #979797. Windows color (decimal): -8937775 or 13737591. OLE color: 13737591.

HSL color Cylindrical-coordinate representation of color #779ED1: hue angle of 214º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779ED1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 158 209 -
CMYK 0.43 0.24 0 0.18
HSL 214º 0.49% 0.64% -
HSV(B) 214º 0.43% 0.82% -
XYZ 31.34 32.98 65.04 -
YUV 152.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 119 158 209 0.43 0.24 0 0.18 214 0.49 0.64
Hex 77 9E D1 2B 18 0 12 D6 31 40
Octal 167 236 321 53 30 0 22 326 61 100
Binary 1110111 10011110 11010001 101011 11000 0 10010 11010110 110001 1000000

Color Harmonies of #779ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ED1

Black with #779ED1

Text Example


Text Example

White with #779ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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