#799BDE

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

Shades of Jordy Blue #799BDE

Tints of Jordy Blue #799BDE

Color information

#799BDE (or 0x799BDE) is unknown color: approx Jordy Blue. HEX triplet: 79, 9B and DE. RGB value is (121,155,222). Sum of RGB (Red+Green+Blue) = 121+155+222=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #799BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BDE is #866421. Grayscale: #989898. Windows color (decimal): -8807458 or 14588793. OLE color: 14588793.

HSL color Cylindrical-coordinate representation of color #799BDE: hue angle of 219.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799BDE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121155222-
CMYK0.450.3000.13
HSL219.8º60.48%67.25%-
HSV(B)219.8º45.5%87.06%-
XYZ32.7932.7873.71-
YUV152.47167.24105.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=24.30%
G=31.12%
B=44.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211552220.450.3000.13219.860.4867.25
Hex799BDE2D1E0Ddc3c43
Octal171233336553601533474103
Binary111100110011011110111101011011111001101110111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,222); }

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

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

 a { background-color: rgb(121,155,222); }

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

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

 span { border-color: rgb(121,155,222); }

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