Html Css Color HEX #799FEA Jordy Blue

📋 copy color: '#799FEA'

red 121 ◦ green 159 ◦ blue 234

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

Shades of Jordy Blue #799FEA

Tints of Jordy Blue #799FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 23.54%
G = 30.93%
B = 45.53%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#799FEA (or 0x799FEA) is known color: Jordy Blue. HEX triplet: 79, 9F and EA. RGB value is (121,159,234). Sum of RGB (Red+Green+Blue) = 121+159+234=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #799FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799FEA is #866015. Grayscale: #9B9B9B. Windows color (decimal): -8806422 or 15376249. OLE color: 15376249.

HSL color Cylindrical-coordinate representation of color #799FEA: hue angle of 219.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #799FEA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 159 234 -
CMYK 0.48 0.32 0 0.08
HSL 219.82º 0.73% 0.7% -
HSV(B) 219.82º 0.48% 0.92% -
XYZ 35.13 34.8 82.71 -
YUV 156.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 121 159 234 0.48 0.32 0 0.08 219.82 0.73 0.7
Hex 79 9F EA 30 20 0 8 DC 49 46
Octal 171 237 352 60 40 0 10 334 111 106
Binary 1111001 10011111 11101010 110000 100000 0 1000 11011100 1001001 1000110

Color Harmonies of #799FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799FEA

Black with #799FEA

Text Example


Text Example

White with #799FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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