Html Css Color HEX #779FDA Jordy Blue

📋 copy color: '#779FDA'

red 119 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #779FDA

Tints of Jordy Blue #779FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 23.99%
G = 32.06%
B = 43.95%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#779FDA (or 0x779FDA) is known color: Jordy Blue. HEX triplet: 77, 9F and DA. RGB value is (119,159,218). Sum of RGB (Red+Green+Blue) = 119+159+218=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #779FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FDA is #886025. Grayscale: #999999. Windows color (decimal): -8937510 or 14327671. OLE color: 14327671.

HSL color Cylindrical-coordinate representation of color #779FDA: hue angle of 215.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #779FDA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 159 218 -
CMYK 0.45 0.27 0 0.15
HSL 215.76º 0.57% 0.66% -
HSV(B) 215.76º 0.45% 0.85% -
XYZ 32.66 33.78 71.13 -
YUV 153.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 119 159 218 0.45 0.27 0 0.15 215.76 0.57 0.66
Hex 77 9F DA 2D 1B 0 F D8 39 42
Octal 167 237 332 55 33 0 17 330 71 102
Binary 1110111 10011111 11011010 101101 11011 0 1111 11011000 111001 1000010

Color Harmonies of #779FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FDA

Black with #779FDA

Text Example


Text Example

White with #779FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,159,218); }

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

background-color css

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

 a { background-color: rgb(119,159,218); }

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

border-color css

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

 span { border-color: rgb(119,159,218); }

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