Html Css Color HEX #799EE6 Jordy Blue

📋 copy color: '#799EE6'

red 121 ◦ green 158 ◦ blue 230

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

Shades of Jordy Blue #799EE6

Tints of Jordy Blue #799EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 23.77%
G = 31.04%
B = 45.19%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#799EE6 (or 0x799EE6) is known color: Jordy Blue. HEX triplet: 79, 9E and E6. RGB value is (121,158,230). Sum of RGB (Red+Green+Blue) = 121+158+230=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #799EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EE6 is #866119. Grayscale: #9A9A9A. Windows color (decimal): -8806682 or 15113849. OLE color: 15113849.

HSL color Cylindrical-coordinate representation of color #799EE6: hue angle of 219.63º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #799EE6 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 158 230 -
CMYK 0.47 0.31 0 0.10
HSL 219.63º 0.69% 0.69% -
HSV(B) 219.63º 0.47% 0.9% -
XYZ 34.39 34.23 79.66 -
YUV 155.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 121 158 230 0.47 0.31 0 0.10 219.63 0.69 0.69
Hex 79 9E E6 2F 1F 0 A DC 45 45
Octal 171 236 346 57 37 0 12 334 105 105
Binary 1111001 10011110 11100110 101111 11111 0 1010 11011100 1000101 1000101

Color Harmonies of #799EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EE6

Black with #799EE6

Text Example


Text Example

White with #799EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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