#799FD1

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

Shades of Jordy Blue #799FD1

Tints of Jordy Blue #799FD1

Color information

#799FD1 (or 0x799FD1) is unknown color: approx Jordy Blue. HEX triplet: 79, 9F and D1. RGB value is (121,159,209). Sum of RGB (Red+Green+Blue) = 121+159+209=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #799FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FD1 is #86602E. Grayscale: #999999. Windows color (decimal): -8806447 or 13737849. OLE color: 13737849.

HSL color Cylindrical-coordinate representation of color #799FD1: hue angle of 214.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799FD1 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121159209-
CMYK0.420.2400.18
HSL214.09º48.89%64.71%-
HSV(B)214.09º42.11%81.96%-
XYZ31.7933.4665.11-
YUV153.34159.41104.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=24.74%
G=32.52%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211592090.420.2400.18214.0948.8964.71
Hex799FD12A18012d63141
Octal171237321523002232661101
Binary1111001100111111101000110101011000010010110101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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