Html Css Color HEX #779AE5 Jordy Blue

📋 copy color: '#779AE5'

red 119 ◦ green 154 ◦ blue 229

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

Shades of Jordy Blue #779AE5

Tints of Jordy Blue #779AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 23.71%
G = 30.68%
B = 45.62%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#779AE5 (or 0x779AE5) is known color: Jordy Blue. HEX triplet: 77, 9A and E5. RGB value is (119,154,229). Sum of RGB (Red+Green+Blue) = 119+154+229=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #779AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AE5 is #88651A. Grayscale: #979797. Windows color (decimal): -8938779 or 15047287. OLE color: 15047287.

HSL color Cylindrical-coordinate representation of color #779AE5: hue angle of 220.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779AE5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 154 229 -
CMYK 0.48 0.33 0 0.10
HSL 220.91º 0.68% 0.68% -
HSV(B) 220.91º 0.48% 0.9% -
XYZ 33.31 32.69 78.68 -
YUV 152.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 119 154 229 0.48 0.33 0 0.10 220.91 0.68 0.68
Hex 77 9A E5 30 21 0 A DD 44 44
Octal 167 232 345 60 41 0 12 335 104 104
Binary 1110111 10011010 11100101 110000 100001 0 1010 11011101 1000100 1000100

Color Harmonies of #779AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779AE5

Black with #779AE5

Text Example


Text Example

White with #779AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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