Html Css Color HEX #799FEC Jordy Blue

📋 copy color: '#799FEC'

red 121 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #799FEC

Tints of Jordy Blue #799FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.81%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 23.45%
G = 30.81%
B = 45.74%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#799FEC (or 0x799FEC) is known color: Jordy Blue. HEX triplet: 79, 9F and EC. RGB value is (121,159,236). Sum of RGB (Red+Green+Blue) = 121+159+236=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #799FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FEC is #866013. Grayscale: #9C9C9C. Windows color (decimal): -8806420 or 15507321. OLE color: 15507321.

HSL color Cylindrical-coordinate representation of color #799FEC: hue angle of 220.17º degrees, saturation: 0.75, 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 #799FEC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 159 236 -
CMYK 0.49 0.33 0 0.07
HSL 220.17º 0.75% 0.7% -
HSV(B) 220.17º 0.49% 0.93% -
XYZ 35.42 34.92 84.23 -
YUV 156.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 121 159 236 0.49 0.33 0 0.07 220.17 0.75 0.7
Hex 79 9F EC 31 21 0 7 DC 4B 46
Octal 171 237 354 61 41 0 7 334 113 106
Binary 1111001 10011111 11101100 110001 100001 0 111 11011100 1001011 1000110

Color Harmonies of #799FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FEC

Black with #799FEC

Text Example


Text Example

White with #799FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799FEC; }

 p { color: rgb(121,159,236); }

 H1.HeaderClassName
 {
   color: #799FEC;
 }
 .AnyTagClassName
 {
   color: #799FEC;
 }
</style>

background-color css

<style>
 a { background-color: #799FEC; }

 a { background-color: rgb(121,159,236); }

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

border-color css

<style>
 span { border-color: #799FEC; }

 span { border-color: rgb(121,159,236); }

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