Html Css Color HEX #79A2DB Jordy Blue

📋 copy color: '#79A2DB'

red 121 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #79A2DB

Tints of Jordy Blue #79A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.27%

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

R = 24.1%
G = 32.27%
B = 43.63%

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

#79A2DB (or 0x79A2DB) is known color: Jordy Blue. HEX triplet: 79, A2 and DB. RGB value is (121,162,219). Sum of RGB (Red+Green+Blue) = 121+162+219=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2DB is #865D24. Grayscale: #9B9B9B. Windows color (decimal): -8805669 or 14393977. OLE color: 14393977.

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

Color convert

RGB 121 162 219 -
CMYK 0.45 0.26 0 0.14
HSL 214.9º 0.58% 0.67% -
HSV(B) 214.9º 0.45% 0.86% -
XYZ 33.59 35.02 72.01 -
YUV 156.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 121 162 219 0.45 0.26 0 0.14 214.9 0.58 0.67
Hex 79 A2 DB 2D 1A 0 E D7 3A 43
Octal 171 242 333 55 32 0 16 327 72 103
Binary 1111001 10100010 11011011 101101 11010 0 1110 11010111 111010 1000011

Color Harmonies of #79A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A2DB

Black with #79A2DB

Text Example


Text Example

White with #79A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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