Html Css Color HEX #7798DB Jordy Blue

📋 copy color: '#7798DB'

red 119 ◦ green 152 ◦ blue 219

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

Shades of Jordy Blue #7798DB

Tints of Jordy Blue #7798DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 24.29%
G = 31.02%
B = 44.69%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7798DB (or 0x7798DB) is known color: Jordy Blue. HEX triplet: 77, 98 and DB. RGB value is (119,152,219). Sum of RGB (Red+Green+Blue) = 119+152+219=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #7798DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DB is #886724. Grayscale: #959595. Windows color (decimal): -8939301 or 14391415. OLE color: 14391415.

HSL color Cylindrical-coordinate representation of color #7798DB: hue angle of 220.2º 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 #7798DB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 152 219 -
CMYK 0.46 0.31 0 0.14
HSL 220.2º 0.58% 0.66% -
HSV(B) 220.2º 0.46% 0.86% -
XYZ 31.62 31.49 71.43 -
YUV 149.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 119 152 219 0.46 0.31 0 0.14 220.2 0.58 0.66
Hex 77 98 DB 2E 1F 0 E DC 3A 42
Octal 167 230 333 56 37 0 16 334 72 102
Binary 1110111 10011000 11011011 101110 11111 0 1110 11011100 111010 1000010

Color Harmonies of #7798DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7798DB

Black with #7798DB

Text Example


Text Example

White with #7798DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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