Html Css Color HEX #79A2EE Jordy Blue

📋 copy color: '#79A2EE'

red 121 ◦ green 162 ◦ blue 238

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

Shades of Jordy Blue #79A2EE

Tints of Jordy Blue #79A2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 23.22%
G = 31.09%
B = 45.68%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#79A2EE (or 0x79A2EE) is known color: Jordy Blue. HEX triplet: 79, A2 and EE. RGB value is (121,162,238). Sum of RGB (Red+Green+Blue) = 121+162+238=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #79A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A2EE is #865D11. Grayscale: #9E9E9E. Windows color (decimal): -8805650 or 15639161. OLE color: 15639161.

HSL color Cylindrical-coordinate representation of color #79A2EE: hue angle of 218.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79A2EE is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 162 238 -
CMYK 0.49 0.32 0 0.07
HSL 218.97º 0.77% 0.7% -
HSV(B) 218.97º 0.49% 0.93% -
XYZ 36.24 36.08 85.94 -
YUV 158.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 121 162 238 0.49 0.32 0 0.07 218.97 0.77 0.7
Hex 79 A2 EE 31 20 0 7 DB 4D 46
Octal 171 242 356 61 40 0 7 333 115 106
Binary 1111001 10100010 11101110 110001 100000 0 111 11011011 1001101 1000110

Color Harmonies of #79A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A2EE

Black with #79A2EE

Text Example


Text Example

White with #79A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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