Html Css Color HEX #79A7DB Jordy Blue

📋 copy color: '#79A7DB'

red 121 ◦ green 167 ◦ blue 219

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

Shades of Jordy Blue #79A7DB

Tints of Jordy Blue #79A7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.94%

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

R = 23.87%
G = 32.94%
B = 43.2%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A7DB (or 0x79A7DB) is known color: Jordy Blue. HEX triplet: 79, A7 and DB. RGB value is (121,167,219). Sum of RGB (Red+Green+Blue) = 121+167+219=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A7DB is #865824. Grayscale: #9E9E9E. Windows color (decimal): -8804389 or 14395257. OLE color: 14395257.

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

Color convert

RGB 121 167 219 -
CMYK 0.45 0.24 0 0.14
HSL 211.84º 0.58% 0.67% -
HSV(B) 211.84º 0.45% 0.86% -
XYZ 34.49 36.82 72.31 -
YUV 159.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 121 167 219 0.45 0.24 0 0.14 211.84 0.58 0.67
Hex 79 A7 DB 2D 18 0 E D4 3A 43
Octal 171 247 333 55 30 0 16 324 72 103
Binary 1111001 10100111 11011011 101101 11000 0 1110 11010100 111010 1000011

Color Harmonies of #79A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A7DB

Black with #79A7DB

Text Example


Text Example

White with #79A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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