#799AD5

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

Shades of Jordy Blue #799AD5

Tints of Jordy Blue #799AD5

Color information

#799AD5 (or 0x799AD5) is unknown color: approx Jordy Blue. HEX triplet: 79, 9A and D5. RGB value is (121,154,213). Sum of RGB (Red+Green+Blue) = 121+154+213=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #799AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD5 is #86652A. Grayscale: #969696. Windows color (decimal): -8807723 or 13998713. OLE color: 13998713.

HSL color Cylindrical-coordinate representation of color #799AD5: hue angle of 218.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799AD5 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121154213-
CMYK0.430.2800.16
HSL218.48º52.27%65.49%-
HSV(B)218.48º43.19%83.53%-
XYZ31.4531.9867.47-
YUV150.86163.07106.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=24.80%
G=31.56%
B=43.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211542130.430.2800.16218.4852.2765.49
Hex799AD52B1C010da3441
Octal171232325533402033264101
Binary1111001100110101101010110101111100010000110110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,154,213); }

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

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

 a { background-color: rgb(121,154,213); }

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

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

 span { border-color: rgb(121,154,213); }

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