Html Css Color HEX #779AE1 Jordy Blue

📋 copy color: '#779AE1'

red 119 ◦ green 154 ◦ blue 225

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

Shades of Jordy Blue #779AE1

Tints of Jordy Blue #779AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.92%

 BLUE value IS 225 (88.28% from 255) = 45.18%

R = 23.9%
G = 30.92%
B = 45.18%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#779AE1 (or 0x779AE1) is known color: Jordy Blue. HEX triplet: 77, 9A and E1. RGB value is (119,154,225). Sum of RGB (Red+Green+Blue) = 119+154+225=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #779AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AE1 is #88651E. Grayscale: #979797. Windows color (decimal): -8938783 or 14785143. OLE color: 14785143.

HSL color Cylindrical-coordinate representation of color #779AE1: hue angle of 220.19º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779AE1 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 154 225 -
CMYK 0.47 0.32 0 0.12
HSL 220.19º 0.64% 0.67% -
HSV(B) 220.19º 0.47% 0.88% -
XYZ 32.75 32.47 75.78 -
YUV 151.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 119 154 225 0.47 0.32 0 0.12 220.19 0.64 0.67
Hex 77 9A E1 2F 20 0 C DC 40 43
Octal 167 232 341 57 40 0 14 334 100 103
Binary 1110111 10011010 11100001 101111 100000 0 1100 11011100 1000000 1000011

Color Harmonies of #779AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AE1

Black with #779AE1

Text Example


Text Example

White with #779AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,225); }

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

background-color css

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

 a { background-color: rgb(119,154,225); }

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

border-color css

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

 span { border-color: rgb(119,154,225); }

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