#799ADD

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

Shades of Jordy Blue #799ADD

Tints of Jordy Blue #799ADD

Color information

#799ADD (or 0x799ADD) is unknown color: approx Jordy Blue. HEX triplet: 79, 9A and DD. RGB value is (121,154,221). Sum of RGB (Red+Green+Blue) = 121+154+221=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #799ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ADD is #866522. Grayscale: #979797. Windows color (decimal): -8807715 or 14523001. OLE color: 14523001.

HSL color Cylindrical-coordinate representation of color #799ADD: hue angle of 220.2º 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 #799ADD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121154221-
CMYK0.450.3000.13
HSL220.2º59.52%67.06%-
HSV(B)220.2º45.25%86.67%-
XYZ32.4932.472.95-
YUV151.77167.07106.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=24.40%
G=31.05%
B=44.56%

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
Decimal1211542210.450.3000.13220.259.5267.06
Hex799ADD2D1E0Ddc3c43
Octal171232335553601533474103
Binary111100110011010110111011011011111001101110111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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