Html Css Color HEX #79A0DB Jordy Blue

📋 copy color: '#79A0DB'

red 121 ◦ green 160 ◦ blue 219

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

Shades of Jordy Blue #79A0DB

Tints of Jordy Blue #79A0DB

RGB

 RED value IS 121 (47.66% from 255) = 24.2%

 GREEN value IS 160 (62.89% from 255) = 32%

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

R = 24.2%
G = 32%
B = 43.8%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A0DB (or 0x79A0DB) is known color: Jordy Blue. HEX triplet: 79, A0 and DB. RGB value is (121,160,219). Sum of RGB (Red+Green+Blue) = 121+160+219=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0DB is #865F24. Grayscale: #9A9A9A. Windows color (decimal): -8806181 or 14393465. OLE color: 14393465.

HSL color Cylindrical-coordinate representation of color #79A0DB: hue angle of 216.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A0DB is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 160 219 -
CMYK 0.45 0.27 0 0.14
HSL 216.12º 0.58% 0.67% -
HSV(B) 216.12º 0.45% 0.86% -
XYZ 33.24 34.32 71.89 -
YUV 155.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 121 160 219 0.45 0.27 0 0.14 216.12 0.58 0.67
Hex 79 A0 DB 2D 1B 0 E D8 3A 43
Octal 171 240 333 55 33 0 16 330 72 103
Binary 1111001 10100000 11011011 101101 11011 0 1110 11011000 111010 1000011

Color Harmonies of #79A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0DB

Black with #79A0DB

Text Example


Text Example

White with #79A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A0DB; }

 p { color: rgb(121,160,219); }

 H1.HeaderClassName
 {
   color: #79A0DB;
 }
 .AnyTagClassName
 {
   color: #79A0DB;
 }
</style>

background-color css

<style>
 a { background-color: #79A0DB; }

 a { background-color: rgb(121,160,219); }

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

border-color css

<style>
 span { border-color: #79A0DB; }

 span { border-color: rgb(121,160,219); }

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