Html Css Color HEX #7799DB Jordy Blue

📋 copy color: '#7799DB'

red 119 ◦ green 153 ◦ blue 219

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

Shades of Jordy Blue #7799DB

Tints of Jordy Blue #7799DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 24.24%
G = 31.16%
B = 44.6%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7799DB (or 0x7799DB) is known color: Jordy Blue. HEX triplet: 77, 99 and DB. RGB value is (119,153,219). Sum of RGB (Red+Green+Blue) = 119+153+219=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7799DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799DB is #886624. Grayscale: #969696. Windows color (decimal): -8939045 or 14391671. OLE color: 14391671.

HSL color Cylindrical-coordinate representation of color #7799DB: hue angle of 219.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7799DB is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 153 219 -
CMYK 0.46 0.30 0 0.14
HSL 219.6º 0.58% 0.66% -
HSV(B) 219.6º 0.46% 0.86% -
XYZ 31.79 31.82 71.48 -
YUV 150.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 119 153 219 0.46 0.30 0 0.14 219.6 0.58 0.66
Hex 77 99 DB 2E 1E 0 E DC 3A 42
Octal 167 231 333 56 36 0 16 334 72 102
Binary 1110111 10011001 11011011 101110 11110 0 1110 11011100 111010 1000010

Color Harmonies of #7799DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799DB

Black with #7799DB

Text Example


Text Example

White with #7799DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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