Html Css Color HEX #779EE0 Jordy Blue

📋 copy color: '#779EE0'

red 119 ◦ green 158 ◦ blue 224

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

Shades of Jordy Blue #779EE0

Tints of Jordy Blue #779EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.54%

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 23.75%
G = 31.54%
B = 44.71%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#779EE0 (or 0x779EE0) is known color: Jordy Blue. HEX triplet: 77, 9E and E0. RGB value is (119,158,224). Sum of RGB (Red+Green+Blue) = 119+158+224=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #779EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EE0 is #88611F. Grayscale: #999999. Windows color (decimal): -8937760 or 14720631. OLE color: 14720631.

HSL color Cylindrical-coordinate representation of color #779EE0: hue angle of 217.71º degrees, saturation: 0.63, 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 #779EE0 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 158 224 -
CMYK 0.47 0.29 0 0.12
HSL 217.71º 0.63% 0.67% -
HSV(B) 217.71º 0.47% 0.88% -
XYZ 33.29 33.76 75.28 -
YUV 153.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 119 158 224 0.47 0.29 0 0.12 217.71 0.63 0.67
Hex 77 9E E0 2F 1D 0 C DA 3F 43
Octal 167 236 340 57 35 0 14 332 77 103
Binary 1110111 10011110 11100000 101111 11101 0 1100 11011010 111111 1000011

Color Harmonies of #779EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EE0

Black with #779EE0

Text Example


Text Example

White with #779EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,224); }

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

background-color css

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

 a { background-color: rgb(119,158,224); }

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

border-color css

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

 span { border-color: rgb(119,158,224); }

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