Html Css Color HEX #779BE5 Jordy Blue

📋 copy color: '#779BE5'

red 119 ◦ green 155 ◦ blue 229

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

Shades of Jordy Blue #779BE5

Tints of Jordy Blue #779BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.82%

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

R = 23.66%
G = 30.82%
B = 45.53%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#779BE5 (or 0x779BE5) is known color: Jordy Blue. HEX triplet: 77, 9B and E5. RGB value is (119,155,229). Sum of RGB (Red+Green+Blue) = 119+155+229=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #779BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BE5 is #88641A. Grayscale: #989898. Windows color (decimal): -8938523 or 15047543. OLE color: 15047543.

HSL color Cylindrical-coordinate representation of color #779BE5: hue angle of 220.36º 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 #779BE5 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 155 229 -
CMYK 0.48 0.32 0 0.10
HSL 220.36º 0.68% 0.68% -
HSV(B) 220.36º 0.48% 0.9% -
XYZ 33.47 33.02 78.74 -
YUV 152.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 119 155 229 0.48 0.32 0 0.10 220.36 0.68 0.68
Hex 77 9B E5 30 20 0 A DC 44 44
Octal 167 233 345 60 40 0 12 334 104 104
Binary 1110111 10011011 11100101 110000 100000 0 1010 11011100 1000100 1000100

Color Harmonies of #779BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BE5

Black with #779BE5

Text Example


Text Example

White with #779BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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