#799DDA

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

Shades of Jordy Blue #799DDA

Tints of Jordy Blue #799DDA

Color information

#799DDA (or 0x799DDA) is unknown color: approx Jordy Blue. HEX triplet: 79, 9D and DA. RGB value is (121,157,218). Sum of RGB (Red+Green+Blue) = 121+157+218=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #799DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DDA is #866225. Grayscale: #989898. Windows color (decimal): -8806950 or 14327161. OLE color: 14327161.

HSL color Cylindrical-coordinate representation of color #799DDA: hue angle of 217.73º degrees, saturation: 0.57, 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 #799DDA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121157218-
CMYK0.440.2800.15
HSL217.73º56.73%66.47%-
HSV(B)217.73º44.5%85.49%-
XYZ32.633.2471.03-
YUV153.19164.57105.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=24.40%
G=31.65%
B=43.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211572180.440.2800.15217.7356.7366.47
Hex799DDA2C1C0Fda3942
Octal171235332543401733271102
Binary111100110011101110110101011001110001111110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,218); }

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

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

 a { background-color: rgb(121,157,218); }

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

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

 span { border-color: rgb(121,157,218); }

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