Html Css Color HEX #79A5E3 Jordy Blue

📋 copy color: '#79A5E3'

red 121 ◦ green 165 ◦ blue 227

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

Shades of Jordy Blue #79A5E3

Tints of Jordy Blue #79A5E3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 227 (89.06% from 255) = 44.25%

R = 23.59%
G = 32.16%
B = 44.25%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#79A5E3 (or 0x79A5E3) is known color: Jordy Blue. HEX triplet: 79, A5 and E3. RGB value is (121,165,227). Sum of RGB (Red+Green+Blue) = 121+165+227=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #79A5E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5E3 is #865A1C. Grayscale: #9E9E9E. Windows color (decimal): -8804893 or 14919033. OLE color: 14919033.

HSL color Cylindrical-coordinate representation of color #79A5E3: hue angle of 215.09º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79A5E3 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 121 165 227 -
CMYK 0.47 0.27 0 0.11
HSL 215.09º 0.65% 0.68% -
HSV(B) 215.09º 0.47% 0.89% -
XYZ 35.21 36.52 77.87 -
YUV 158.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 121 165 227 0.47 0.27 0 0.11 215.09 0.65 0.68
Hex 79 A5 E3 2F 1B 0 B D7 41 44
Octal 171 245 343 57 33 0 13 327 101 104
Binary 1111001 10100101 11100011 101111 11011 0 1011 11010111 1000001 1000100

Color Harmonies of #79A5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A5E3

Black with #79A5E3

Text Example


Text Example

White with #79A5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,165,227); }

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

background-color css

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

 a { background-color: rgb(121,165,227); }

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

border-color css

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

 span { border-color: rgb(121,165,227); }

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