Html Css Color HEX #779FE8 Jordy Blue

📋 copy color: '#779FE8'

red 119 ◦ green 159 ◦ blue 232

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

Shades of Jordy Blue #779FE8

Tints of Jordy Blue #779FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.49%

R = 23.33%
G = 31.18%
B = 45.49%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#779FE8 (or 0x779FE8) is known color: Jordy Blue. HEX triplet: 77, 9F and E8. RGB value is (119,159,232). Sum of RGB (Red+Green+Blue) = 119+159+232=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #779FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FE8 is #886017. Grayscale: #9B9B9B. Windows color (decimal): -8937496 or 15245175. OLE color: 15245175.

HSL color Cylindrical-coordinate representation of color #779FE8: hue angle of 218.76º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779FE8 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 159 232 -
CMYK 0.49 0.31 0 0.09
HSL 218.76º 0.71% 0.69% -
HSV(B) 218.76º 0.49% 0.91% -
XYZ 34.57 34.54 81.19 -
YUV 155.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 119 159 232 0.49 0.31 0 0.09 218.76 0.71 0.69
Hex 77 9F E8 31 1F 0 9 DB 47 45
Octal 167 237 350 61 37 0 11 333 107 105
Binary 1110111 10011111 11101000 110001 11111 0 1001 11011011 1000111 1000101

Color Harmonies of #779FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FE8

Black with #779FE8

Text Example


Text Example

White with #779FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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