Html Css Color HEX #79A4EE Jordy Blue

📋 copy color: '#79A4EE'

red 121 ◦ green 164 ◦ blue 238

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

Shades of Jordy Blue #79A4EE

Tints of Jordy Blue #79A4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

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

R = 23.14%
G = 31.36%
B = 45.51%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#79A4EE (or 0x79A4EE) is known color: Jordy Blue. HEX triplet: 79, A4 and EE. RGB value is (121,164,238). Sum of RGB (Red+Green+Blue) = 121+164+238=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #79A4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A4EE is #865B11. Grayscale: #9F9F9F. Windows color (decimal): -8805138 or 15639673. OLE color: 15639673.

HSL color Cylindrical-coordinate representation of color #79A4EE: hue angle of 217.95º 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 #79A4EE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 164 238 -
CMYK 0.49 0.31 0 0.07
HSL 217.95º 0.77% 0.7% -
HSV(B) 217.95º 0.49% 0.93% -
XYZ 36.59 36.79 86.06 -
YUV 159.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 121 164 238 0.49 0.31 0 0.07 217.95 0.77 0.7
Hex 79 A4 EE 31 1F 0 7 DA 4D 46
Octal 171 244 356 61 37 0 7 332 115 106
Binary 1111001 10100100 11101110 110001 11111 0 111 11011010 1001101 1000110

Color Harmonies of #79A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A4EE

Black with #79A4EE

Text Example


Text Example

White with #79A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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