#799DD9

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

Shades of Jordy Blue #799DD9

Tints of Jordy Blue #799DD9

Color information

#799DD9 (or 0x799DD9) is unknown color: approx Jordy Blue. HEX triplet: 79, 9D and D9. RGB value is (121,157,217). Sum of RGB (Red+Green+Blue) = 121+157+217=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #799DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DD9 is #866226. Grayscale: #989898. Windows color (decimal): -8806951 or 14261625. OLE color: 14261625.

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

Color convert

RGB121157217-
CMYK0.440.2800.15
HSL217.5º55.81%66.27%-
HSV(B)217.5º44.24%85.1%-
XYZ32.4733.1970.34-
YUV153.08164.07105.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=24.44%
G=31.72%
B=43.84%

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
Decimal1211572170.440.2800.15217.555.8166.27
Hex799DD92C1C0Fda3842
Octal171235331543401733270102
Binary111100110011101110110011011001110001111110110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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