Html Css Color HEX #779DDB Jordy Blue

📋 copy color: '#779DDB'

red 119 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #779DDB

Tints of Jordy Blue #779DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 24.04%
G = 31.72%
B = 44.24%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#779DDB (or 0x779DDB) is known color: Jordy Blue. HEX triplet: 77, 9D and DB. RGB value is (119,157,219). Sum of RGB (Red+Green+Blue) = 119+157+219=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #779DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DDB is #886224. Grayscale: #989898. Windows color (decimal): -8938021 or 14392695. OLE color: 14392695.

HSL color Cylindrical-coordinate representation of color #779DDB: hue angle of 217.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779DDB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 157 219 -
CMYK 0.46 0.28 0 0.14
HSL 217.2º 0.58% 0.66% -
HSV(B) 217.2º 0.46% 0.86% -
XYZ 32.45 33.15 71.71 -
YUV 152.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 119 157 219 0.46 0.28 0 0.14 217.2 0.58 0.66
Hex 77 9D DB 2E 1C 0 E D9 3A 42
Octal 167 235 333 56 34 0 16 331 72 102
Binary 1110111 10011101 11011011 101110 11100 0 1110 11011001 111010 1000010

Color Harmonies of #779DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DDB

Black with #779DDB

Text Example


Text Example

White with #779DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,219); }

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

background-color css

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

 a { background-color: rgb(119,157,219); }

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

border-color css

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

 span { border-color: rgb(119,157,219); }

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