Html Css Color HEX #779BDB Jordy Blue

📋 copy color: '#779BDB'

red 119 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #779BDB

Tints of Jordy Blue #779BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 24.14%
G = 31.44%
B = 44.42%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#779BDB (or 0x779BDB) is known color: Jordy Blue. HEX triplet: 77, 9B and DB. RGB value is (119,155,219). Sum of RGB (Red+Green+Blue) = 119+155+219=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #779BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDB is #886424. Grayscale: #979797. Windows color (decimal): -8938533 or 14392183. OLE color: 14392183.

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

Color convert

RGB 119 155 219 -
CMYK 0.46 0.29 0 0.14
HSL 218.4º 0.58% 0.66% -
HSV(B) 218.4º 0.46% 0.86% -
XYZ 32.12 32.48 71.59 -
YUV 151.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 119 155 219 0.46 0.29 0 0.14 218.4 0.58 0.66
Hex 77 9B DB 2E 1D 0 E DA 3A 42
Octal 167 233 333 56 35 0 16 332 72 102
Binary 1110111 10011011 11011011 101110 11101 0 1110 11011010 111010 1000010

Color Harmonies of #779BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BDB

Black with #779BDB

Text Example


Text Example

White with #779BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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