Html Css Color HEX #779EDF Jordy Blue

📋 copy color: '#779EDF'

red 119 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #779EDF

Tints of Jordy Blue #779EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 23.8%
G = 31.6%
B = 44.6%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#779EDF (or 0x779EDF) is known color: Jordy Blue. HEX triplet: 77, 9E and DF. RGB value is (119,158,223). Sum of RGB (Red+Green+Blue) = 119+158+223=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #779EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EDF is #886120. Grayscale: #999999. Windows color (decimal): -8937761 or 14655095. OLE color: 14655095.

HSL color Cylindrical-coordinate representation of color #779EDF: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779EDF is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 158 223 -
CMYK 0.47 0.29 0 0.13
HSL 217.5º 0.62% 0.67% -
HSV(B) 217.5º 0.47% 0.87% -
XYZ 33.15 33.7 74.57 -
YUV 153.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 119 158 223 0.47 0.29 0 0.13 217.5 0.62 0.67
Hex 77 9E DF 2F 1D 0 D DA 3E 43
Octal 167 236 337 57 35 0 15 332 76 103
Binary 1110111 10011110 11011111 101111 11101 0 1101 11011010 111110 1000011

Color Harmonies of #779EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EDF

Black with #779EDF

Text Example


Text Example

White with #779EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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