Html Css Color HEX #779BDC Jordy Blue

📋 copy color: '#779BDC'

red 119 ◦ green 155 ◦ blue 220

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

Shades of Jordy Blue #779BDC

Tints of Jordy Blue #779BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 24.09%
G = 31.38%
B = 44.53%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#779BDC (or 0x779BDC) is known color: Jordy Blue. HEX triplet: 77, 9B and DC. RGB value is (119,155,220). Sum of RGB (Red+Green+Blue) = 119+155+220=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #779BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDC is #886423. Grayscale: #979797. Windows color (decimal): -8938532 or 14457719. OLE color: 14457719.

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

Color convert

RGB 119 155 220 -
CMYK 0.46 0.30 0 0.14
HSL 218.61º 0.59% 0.66% -
HSV(B) 218.61º 0.46% 0.86% -
XYZ 32.25 32.53 72.29 -
YUV 151.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 119 155 220 0.46 0.30 0 0.14 218.61 0.59 0.66
Hex 77 9B DC 2E 1E 0 E DB 3B 42
Octal 167 233 334 56 36 0 16 333 73 102
Binary 1110111 10011011 11011100 101110 11110 0 1110 11011011 111011 1000010

Color Harmonies of #779BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BDC

Black with #779BDC

Text Example


Text Example

White with #779BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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