Html Css Color HEX #79A5F1 Jordy Blue

📋 copy color: '#79A5F1'

red 121 ◦ green 165 ◦ blue 241

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

Shades of Jordy Blue #79A5F1

Tints of Jordy Blue #79A5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 22.96%
G = 31.31%
B = 45.73%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#79A5F1 (or 0x79A5F1) is known color: Jordy Blue. HEX triplet: 79, A5 and F1. RGB value is (121,165,241). Sum of RGB (Red+Green+Blue) = 121+165+241=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #79A5F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A5F1 is #865A0E. Grayscale: #A0A0A0. Windows color (decimal): -8804879 or 15836537. OLE color: 15836537.

HSL color Cylindrical-coordinate representation of color #79A5F1: hue angle of 218º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79A5F1 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 165 241 -
CMYK 0.50 0.32 0 0.05
HSL 218º 0.81% 0.71% -
HSV(B) 218º 0.5% 0.95% -
XYZ 37.22 37.33 88.46 -
YUV 160.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 121 165 241 0.50 0.32 0 0.05 218 0.81 0.71
Hex 79 A5 F1 32 20 0 5 DA 51 47
Octal 171 245 361 62 40 0 5 332 121 107
Binary 1111001 10100101 11110001 110010 100000 0 101 11011010 1010001 1000111

Color Harmonies of #79A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A5F1

Black with #79A5F1

Text Example


Text Example

White with #79A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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