#7398D6

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

Shades of Jordy Blue #7398D6

Tints of Jordy Blue #7398D6

Color information

#7398D6 (or 0x7398D6) is unknown color: approx Jordy Blue. HEX triplet: 73, 98 and D6. RGB value is (115,152,214). Sum of RGB (Red+Green+Blue) = 115+152+214=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #7398D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398D6 is #8C6729. Grayscale: #939393. Windows color (decimal): -9201450 or 14063731. OLE color: 14063731.

HSL color Cylindrical-coordinate representation of color #7398D6: hue angle of 217.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7398D6 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115152214-
CMYK0.460.2900.16
HSL217.58º54.7%64.51%-
HSV(B)217.58º46.26%83.92%-
XYZ30.4430.9667.99-
YUV148165.24104.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=23.91%
G=31.60%
B=44.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151522140.460.2900.16217.5854.764.51
Hex7398D62E1D010da3741
Octal163230326563502033267101
Binary1110011100110001101011010111011101010000110110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7398D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7398D6; }

 p { color: rgb(115,152,214); }

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

<style>
 a { background-color: #7398D6; }

 a { background-color: rgb(115,152,214); }

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

<style>
 span { border-color: #7398D6; }

 span { border-color: rgb(115,152,214); }

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