Html Css Color HEX #779FEA Jordy Blue

📋 copy color: '#779FEA'

red 119 ◦ green 159 ◦ blue 234

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

Shades of Jordy Blue #779FEA

Tints of Jordy Blue #779FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 23.24%
G = 31.05%
B = 45.7%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#779FEA (or 0x779FEA) is known color: Jordy Blue. HEX triplet: 77, 9F and EA. RGB value is (119,159,234). Sum of RGB (Red+Green+Blue) = 119+159+234=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #779FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FEA is #886015. Grayscale: #9B9B9B. Windows color (decimal): -8937494 or 15376247. OLE color: 15376247.

HSL color Cylindrical-coordinate representation of color #779FEA: hue angle of 219.13º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779FEA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 159 234 -
CMYK 0.49 0.32 0 0.08
HSL 219.13º 0.73% 0.69% -
HSV(B) 219.13º 0.49% 0.92% -
XYZ 34.86 34.66 82.69 -
YUV 155.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 119 159 234 0.49 0.32 0 0.08 219.13 0.73 0.69
Hex 77 9F EA 31 20 0 8 DB 49 45
Octal 167 237 352 61 40 0 10 333 111 105
Binary 1110111 10011111 11101010 110001 100000 0 1000 11011011 1001001 1000101

Color Harmonies of #779FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FEA

Black with #779FEA

Text Example


Text Example

White with #779FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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