Html Css Color HEX #799EEA Jordy Blue

📋 copy color: '#799EEA'

red 121 ◦ green 158 ◦ blue 234

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

Shades of Jordy Blue #799EEA

Tints of Jordy Blue #799EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.8%

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

R = 23.59%
G = 30.8%
B = 45.61%

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

#799EEA (or 0x799EEA) is known color: Jordy Blue. HEX triplet: 79, 9E and EA. RGB value is (121,158,234). Sum of RGB (Red+Green+Blue) = 121+158+234=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #799EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EEA is #866115. Grayscale: #9B9B9B. Windows color (decimal): -8806678 or 15375993. OLE color: 15375993.

HSL color Cylindrical-coordinate representation of color #799EEA: hue angle of 220.35º 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 #799EEA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 158 234 -
CMYK 0.48 0.32 0 0.08
HSL 220.35º 0.73% 0.7% -
HSV(B) 220.35º 0.48% 0.92% -
XYZ 34.96 34.46 82.65 -
YUV 155.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 121 158 234 0.48 0.32 0 0.08 220.35 0.73 0.7
Hex 79 9E EA 30 20 0 8 DC 49 46
Octal 171 236 352 60 40 0 10 334 111 106
Binary 1111001 10011110 11101010 110000 100000 0 1000 11011100 1001001 1000110

Color Harmonies of #799EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EEA

Black with #799EEA

Text Example


Text Example

White with #799EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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