Html Css Color HEX #7799DA Jordy Blue

📋 copy color: '#7799DA'

red 119 ◦ green 153 ◦ blue 218

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

Shades of Jordy Blue #7799DA

Tints of Jordy Blue #7799DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 24.29%
G = 31.22%
B = 44.49%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7799DA (or 0x7799DA) is known color: Jordy Blue. HEX triplet: 77, 99 and DA. RGB value is (119,153,218). Sum of RGB (Red+Green+Blue) = 119+153+218=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #7799DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799DA is #886625. Grayscale: #959595. Windows color (decimal): -8939046 or 14326135. OLE color: 14326135.

HSL color Cylindrical-coordinate representation of color #7799DA: hue angle of 219.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7799DA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 153 218 -
CMYK 0.45 0.30 0 0.15
HSL 219.39º 0.57% 0.66% -
HSV(B) 219.39º 0.45% 0.85% -
XYZ 31.65 31.77 70.79 -
YUV 150.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 119 153 218 0.45 0.30 0 0.15 219.39 0.57 0.66
Hex 77 99 DA 2D 1E 0 F DB 39 42
Octal 167 231 332 55 36 0 17 333 71 102
Binary 1110111 10011001 11011010 101101 11110 0 1111 11011011 111001 1000010

Color Harmonies of #7799DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799DA

Black with #7799DA

Text Example


Text Example

White with #7799DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7799DA; }

 p { color: rgb(119,153,218); }

 H1.HeaderClassName
 {
   color: #7799DA;
 }
 .AnyTagClassName
 {
   color: #7799DA;
 }
</style>

background-color css

<style>
 a { background-color: #7799DA; }

 a { background-color: rgb(119,153,218); }

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

border-color css

<style>
 span { border-color: #7799DA; }

 span { border-color: rgb(119,153,218); }

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