#7698DD

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

Shades of Jordy Blue #7698DD

Tints of Jordy Blue #7698DD

Color information

#7698DD (or 0x7698DD) is unknown color: approx Jordy Blue. HEX triplet: 76, 98 and DD. RGB value is (118,152,221). Sum of RGB (Red+Green+Blue) = 118+152+221=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #7698DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DD is #896722. Grayscale: #959595. Windows color (decimal): -9004835 or 14522486. OLE color: 14522486.

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

Color convert

RGB118152221-
CMYK0.470.3100.13
HSL220.19º60.23%66.47%-
HSV(B)220.19º46.61%86.67%-
XYZ31.7531.5372.82-
YUV149.7168.24105.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=24.03%
G=30.96%
B=45.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181522210.470.3100.13220.1960.2366.47
Hex7698DD2F1F0Ddc3c42
Octal166230335573701533474102
Binary111011010011000110111011011111111101101110111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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