#799AD4

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

Shades of Jordy Blue #799AD4

Tints of Jordy Blue #799AD4

Color information

#799AD4 (or 0x799AD4) is unknown color: approx Jordy Blue. HEX triplet: 79, 9A and D4. RGB value is (121,154,212). Sum of RGB (Red+Green+Blue) = 121+154+212=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #799AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD4 is #86652B. Grayscale: #969696. Windows color (decimal): -8807724 or 13933177. OLE color: 13933177.

HSL color Cylindrical-coordinate representation of color #799AD4: hue angle of 218.24º 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 #799AD4 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB121154212-
CMYK0.430.2700.17
HSL218.24º51.41%65.29%-
HSV(B)218.24º42.92%83.14%-
XYZ31.3231.9366.8-
YUV150.74162.57106.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=24.85%
G=31.62%
B=43.53%

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
Decimal1211542120.430.2700.17218.2451.4165.29
Hex799AD42B1B011da3341
Octal171232324533302133263101
Binary1111001100110101101010010101111011010001110110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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