Html Css Color HEX #779BDD Jordy Blue

📋 copy color: '#779BDD'

red 119 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #779BDD

Tints of Jordy Blue #779BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 24.04%
G = 31.31%
B = 44.65%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#779BDD (or 0x779BDD) is known color: Jordy Blue. HEX triplet: 77, 9B and DD. RGB value is (119,155,221). Sum of RGB (Red+Green+Blue) = 119+155+221=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #779BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BDD is #886422. Grayscale: #979797. Windows color (decimal): -8938531 or 14523255. OLE color: 14523255.

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

Color convert

RGB 119 155 221 -
CMYK 0.46 0.30 0 0.13
HSL 218.82º 0.6% 0.67% -
HSV(B) 218.82º 0.46% 0.87% -
XYZ 32.38 32.59 72.99 -
YUV 151.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 119 155 221 0.46 0.30 0 0.13 218.82 0.6 0.67
Hex 77 9B DD 2E 1E 0 D DB 3C 43
Octal 167 233 335 56 36 0 15 333 74 103
Binary 1110111 10011011 11011101 101110 11110 0 1101 11011011 111100 1000011

Color Harmonies of #779BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BDD

Black with #779BDD

Text Example


Text Example

White with #779BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,221); }

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

background-color css

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

 a { background-color: rgb(119,155,221); }

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

border-color css

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

 span { border-color: rgb(119,155,221); }

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