Html Css Color HEX #779CDD Jordy Blue

📋 copy color: '#779CDD'

red 119 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #779CDD

Tints of Jordy Blue #779CDD

RGB

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

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

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

R = 23.99%
G = 31.45%
B = 44.56%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#779CDD (or 0x779CDD) is known color: Jordy Blue. HEX triplet: 77, 9C and DD. RGB value is (119,156,221). Sum of RGB (Red+Green+Blue) = 119+156+221=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #779CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CDD is #886322. Grayscale: #989898. Windows color (decimal): -8938275 or 14523511. OLE color: 14523511.

HSL color Cylindrical-coordinate representation of color #779CDD: hue angle of 218.24º 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 #779CDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 156 221 -
CMYK 0.46 0.29 0 0.13
HSL 218.24º 0.6% 0.67% -
HSV(B) 218.24º 0.46% 0.87% -
XYZ 32.55 32.92 73.05 -
YUV 152.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 119 156 221 0.46 0.29 0 0.13 218.24 0.6 0.67
Hex 77 9C DD 2E 1D 0 D DA 3C 43
Octal 167 234 335 56 35 0 15 332 74 103
Binary 1110111 10011100 11011101 101110 11101 0 1101 11011010 111100 1000011

Color Harmonies of #779CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779CDD

Black with #779CDD

Text Example


Text Example

White with #779CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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