Html Css Color HEX #779CE6 Jordy Blue

📋 copy color: '#779CE6'

red 119 ◦ green 156 ◦ blue 230

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

Shades of Jordy Blue #779CE6

Tints of Jordy Blue #779CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.89%

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 23.56%
G = 30.89%
B = 45.54%

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

#779CE6 (or 0x779CE6) is known color: Jordy Blue. HEX triplet: 77, 9C and E6. RGB value is (119,156,230). Sum of RGB (Red+Green+Blue) = 119+156+230=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #779CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779CE6 is #886319. Grayscale: #999999. Windows color (decimal): -8938266 or 15113335. OLE color: 15113335.

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

Color convert

RGB 119 156 230 -
CMYK 0.48 0.32 0 0.10
HSL 220º 0.69% 0.68% -
HSV(B) 220º 0.48% 0.9% -
XYZ 33.78 33.41 79.53 -
YUV 153.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 119 156 230 0.48 0.32 0 0.10 220 0.69 0.68
Hex 77 9C E6 30 20 0 A DC 45 44
Octal 167 234 346 60 40 0 12 334 105 104
Binary 1110111 10011100 11100110 110000 100000 0 1010 11011100 1000101 1000100

Color Harmonies of #779CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CE6

Black with #779CE6

Text Example


Text Example

White with #779CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,156,230); }

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

background-color css

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

 a { background-color: rgb(119,156,230); }

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

border-color css

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

 span { border-color: rgb(119,156,230); }

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