Html Css Color HEX #79A3D7 Jordy Blue

📋 copy color: '#79A3D7'

red 121 ◦ green 163 ◦ blue 215

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

Shades of Jordy Blue #79A3D7

Tints of Jordy Blue #79A3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 24.25%
G = 32.67%
B = 43.09%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#79A3D7 (or 0x79A3D7) is known color: Jordy Blue. HEX triplet: 79, A3 and D7. RGB value is (121,163,215). Sum of RGB (Red+Green+Blue) = 121+163+215=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #79A3D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3D7 is #865C28. Grayscale: #9C9C9C. Windows color (decimal): -8805417 or 14132089. OLE color: 14132089.

HSL color Cylindrical-coordinate representation of color #79A3D7: hue angle of 213.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79A3D7 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 163 215 -
CMYK 0.44 0.24 0 0.16
HSL 213.19º 0.54% 0.66% -
HSV(B) 213.19º 0.44% 0.84% -
XYZ 33.25 35.17 69.33 -
YUV 156.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 121 163 215 0.44 0.24 0 0.16 213.19 0.54 0.66
Hex 79 A3 D7 2C 18 0 10 D5 36 42
Octal 171 243 327 54 30 0 20 325 66 102
Binary 1111001 10100011 11010111 101100 11000 0 10000 11010101 110110 1000010

Color Harmonies of #79A3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A3D7

Black with #79A3D7

Text Example


Text Example

White with #79A3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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