Html Css Color HEX #779EE3 Jordy Blue

📋 copy color: '#779EE3'

red 119 ◦ green 158 ◦ blue 227

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

Shades of Jordy Blue #779EE3

Tints of Jordy Blue #779EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 23.61%
G = 31.35%
B = 45.04%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#779EE3 (or 0x779EE3) is known color: Jordy Blue. HEX triplet: 77, 9E and E3. RGB value is (119,158,227). Sum of RGB (Red+Green+Blue) = 119+158+227=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #779EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EE3 is #88611C. Grayscale: #999999. Windows color (decimal): -8937757 or 14917239. OLE color: 14917239.

HSL color Cylindrical-coordinate representation of color #779EE3: hue angle of 218.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779EE3 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 158 227 -
CMYK 0.48 0.30 0 0.11
HSL 218.33º 0.66% 0.68% -
HSV(B) 218.33º 0.48% 0.89% -
XYZ 33.7 33.92 77.44 -
YUV 154.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 119 158 227 0.48 0.30 0 0.11 218.33 0.66 0.68
Hex 77 9E E3 30 1E 0 B DA 42 44
Octal 167 236 343 60 36 0 13 332 102 104
Binary 1110111 10011110 11100011 110000 11110 0 1011 11011010 1000010 1000100

Color Harmonies of #779EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EE3

Black with #779EE3

Text Example


Text Example

White with #779EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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