Html Css Color HEX #779EDD Jordy Blue

📋 copy color: '#779EDD'

red 119 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #779EDD

Tints of Jordy Blue #779EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 23.9%
G = 31.73%
B = 44.38%

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

#779EDD (or 0x779EDD) is known color: Jordy Blue. HEX triplet: 77, 9E and DD. RGB value is (119,158,221). Sum of RGB (Red+Green+Blue) = 119+158+221=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #779EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EDD is #886122. Grayscale: #999999. Windows color (decimal): -8937763 or 14524023. OLE color: 14524023.

HSL color Cylindrical-coordinate representation of color #779EDD: hue angle of 217.06º degrees, saturation: 0.6, 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 #779EDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 158 221 -
CMYK 0.46 0.29 0 0.13
HSL 217.06º 0.6% 0.67% -
HSV(B) 217.06º 0.46% 0.87% -
XYZ 32.89 33.6 73.16 -
YUV 153.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 119 158 221 0.46 0.29 0 0.13 217.06 0.6 0.67
Hex 77 9E DD 2E 1D 0 D D9 3C 43
Octal 167 236 335 56 35 0 15 331 74 103
Binary 1110111 10011110 11011101 101110 11101 0 1101 11011001 111100 1000011

Color Harmonies of #779EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EDD

Black with #779EDD

Text Example


Text Example

White with #779EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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