#799BD4

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

Shades of Jordy Blue #799BD4

Tints of Jordy Blue #799BD4

Color information

#799BD4 (or 0x799BD4) is unknown color: approx Jordy Blue. HEX triplet: 79, 9B and D4. RGB value is (121,155,212). Sum of RGB (Red+Green+Blue) = 121+155+212=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #799BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BD4 is #86642B. Grayscale: #979797. Windows color (decimal): -8807468 or 13933433. OLE color: 13933433.

HSL color Cylindrical-coordinate representation of color #799BD4: hue angle of 217.58º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799BD4 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB121155212-
CMYK0.430.2700.17
HSL217.58º51.41%65.29%-
HSV(B)217.58º42.92%83.14%-
XYZ31.4932.2666.85-
YUV151.33162.24106.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=24.80%
G=31.76%
B=43.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1211552120.430.2700.17217.5851.4165.29
Hex799BD42B1B011da3341
Octal171233324533302133263101
Binary1111001100110111101010010101111011010001110110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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