#7799dd

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

Shades of Jordy Blue #7799DD

Tints of Jordy Blue #7799DD

Color information

#7799DD (or 0x7799DD) is unknown color: approx Jordy Blue. HEX triplet: 77, 99 and DD. RGB value is (119,153,221). Sum of RGB (Red+Green+Blue) = 119+153+221=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7799DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799DD is #886622. Grayscale: #969696. Windows color (decimal): -8939043 or 14522743. OLE color: 14522743.

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

Color convert

RGB119153221-
CMYK0.460.3100.13
HSL220º60%66.67%-
HSV(B)220º46.15%86.67%-
XYZ32.0531.9272.88-
YUV150.59167.74105.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=24.14%
G=31.03%
B=44.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191532210.460.3100.132206066.67
Hex7799DD2E1F0Ddc3c43
Octal167231335563701533474103
Binary111011110011001110111011011101111101101110111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7799dd; }

 p { color: rgb(119,153,221); }

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

<style>
 a { background-color: #7799dd; }

 a { background-color: rgb(119,153,221); }

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

<style>
 span { border-color: #7799dd; }

 span { border-color: rgb(119,153,221); }

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