Html Css Color HEX #779FE5 Jordy Blue

📋 copy color: '#779FE5'

red 119 ◦ green 159 ◦ blue 229

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

Shades of Jordy Blue #779FE5

Tints of Jordy Blue #779FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 23.47%
G = 31.36%
B = 45.17%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#779FE5 (or 0x779FE5) is known color: Jordy Blue. HEX triplet: 77, 9F and E5. RGB value is (119,159,229). Sum of RGB (Red+Green+Blue) = 119+159+229=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #779FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FE5 is #88601A. Grayscale: #9A9A9A. Windows color (decimal): -8937499 or 15048567. OLE color: 15048567.

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

Color convert

RGB 119 159 229 -
CMYK 0.48 0.31 0 0.10
HSL 218.18º 0.68% 0.68% -
HSV(B) 218.18º 0.48% 0.9% -
XYZ 34.15 34.38 78.96 -
YUV 155.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 119 159 229 0.48 0.31 0 0.10 218.18 0.68 0.68
Hex 77 9F E5 30 1F 0 A DA 44 44
Octal 167 237 345 60 37 0 12 332 104 104
Binary 1110111 10011111 11100101 110000 11111 0 1010 11011010 1000100 1000100

Color Harmonies of #779FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FE5

Black with #779FE5

Text Example


Text Example

White with #779FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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