#799ED8

Color #799ED8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #799ED8

Tints of Jordy Blue #799ED8

Color information

#799ED8 (or 0x799ED8) is unknown color: approx Jordy Blue. HEX triplet: 79, 9E and D8. RGB value is (121,158,216). Sum of RGB (Red+Green+Blue) = 121+158+216=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #799ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ED8 is #866127. Grayscale: #999999. Windows color (decimal): -8806696 or 14196345. OLE color: 14196345.

HSL color Cylindrical-coordinate representation of color #799ED8: hue angle of 216.63º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799ED8 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121158216-
CMYK0.440.2700.15
HSL216.63º54.91%66.08%-
HSV(B)216.63º43.98%84.71%-
XYZ32.5133.4869.71-
YUV153.55163.24104.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=24.44%
G=31.92%
B=43.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211582160.440.2700.15216.6354.9166.08
Hex799ED82C1B0Fd93742
Octal171236330543301733167102
Binary111100110011110110110001011001101101111110110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #799ED8;
 }
 .AnyTagClassName
 {
   color: #799ED8;
 }
</style>
background-color css

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

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

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

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

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

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