#7798DD

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

Shades of Jordy Blue #7798DD

Tints of Jordy Blue #7798DD

Color information

#7798DD (or 0x7798DD) is unknown color: approx Jordy Blue. HEX triplet: 77, 98 and DD. RGB value is (119,152,221). Sum of RGB (Red+Green+Blue) = 119+152+221=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #7798DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798DD is #886722. Grayscale: #959595. Windows color (decimal): -8939299 or 14522487. OLE color: 14522487.

HSL color Cylindrical-coordinate representation of color #7798DD: hue angle of 220.59º 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 #7798DD is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119152221-
CMYK0.460.3100.13
HSL220.59º60%66.67%-
HSV(B)220.59º46.15%86.67%-
XYZ31.8931.672.83-
YUV150168.07105.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=24.19%
G=30.89%
B=44.92%

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
Decimal1191522210.460.3100.13220.596066.67
Hex7798DD2E1F0Ddd3c43
Octal167230335563701533574103
Binary111011110011000110111011011101111101101110111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7798DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7798DD; }

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

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

<style>
 a { background-color: #7798DD; }

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

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

<style>
 span { border-color: #7798DD; }

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

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