Html Css Color HEX #79A3DB Jordy Blue

📋 copy color: '#79A3DB'

red 121 ◦ green 163 ◦ blue 219

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

Shades of Jordy Blue #79A3DB

Tints of Jordy Blue #79A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

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

R = 24.06%
G = 32.41%
B = 43.54%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A3DB (or 0x79A3DB) is known color: Jordy Blue. HEX triplet: 79, A3 and DB. RGB value is (121,163,219). Sum of RGB (Red+Green+Blue) = 121+163+219=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3DB is #865C24. Grayscale: #9C9C9C. Windows color (decimal): -8805413 or 14394233. OLE color: 14394233.

HSL color Cylindrical-coordinate representation of color #79A3DB: hue angle of 214.29º 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 #79A3DB is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 163 219 -
CMYK 0.45 0.26 0 0.14
HSL 214.29º 0.58% 0.67% -
HSV(B) 214.29º 0.45% 0.86% -
XYZ 33.77 35.37 72.07 -
YUV 156.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 121 163 219 0.45 0.26 0 0.14 214.29 0.58 0.67
Hex 79 A3 DB 2D 1A 0 E D6 3A 43
Octal 171 243 333 55 32 0 16 326 72 103
Binary 1111001 10100011 11011011 101101 11010 0 1110 11010110 111010 1000011

Color Harmonies of #79A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A3DB

Black with #79A3DB

Text Example


Text Example

White with #79A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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