Html Css Color HEX #779EDE Jordy Blue

📋 copy color: '#779EDE'

red 119 ◦ green 158 ◦ blue 222

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

Shades of Jordy Blue #779EDE

Tints of Jordy Blue #779EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 23.85%
G = 31.66%
B = 44.49%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#779EDE (or 0x779EDE) is known color: Jordy Blue. HEX triplet: 77, 9E and DE. RGB value is (119,158,222). Sum of RGB (Red+Green+Blue) = 119+158+222=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #779EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EDE is #886121. Grayscale: #999999. Windows color (decimal): -8937762 or 14589559. OLE color: 14589559.

HSL color Cylindrical-coordinate representation of color #779EDE: hue angle of 217.28º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779EDE is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 158 222 -
CMYK 0.46 0.29 0 0.13
HSL 217.28º 0.61% 0.67% -
HSV(B) 217.28º 0.46% 0.87% -
XYZ 33.02 33.65 73.86 -
YUV 153.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 119 158 222 0.46 0.29 0 0.13 217.28 0.61 0.67
Hex 77 9E DE 2E 1D 0 D D9 3D 43
Octal 167 236 336 56 35 0 15 331 75 103
Binary 1110111 10011110 11011110 101110 11101 0 1101 11011001 111101 1000011

Color Harmonies of #779EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EDE

Black with #779EDE

Text Example


Text Example

White with #779EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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