#7398CE

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

Shades of Jordy Blue #7398CE

Tints of Jordy Blue #7398CE

Color information

#7398CE (or 0x7398CE) is unknown color: approx Jordy Blue. HEX triplet: 73, 98 and CE. RGB value is (115,152,206). Sum of RGB (Red+Green+Blue) = 115+152+206=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7398CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398CE is #8C6731. Grayscale: #929292. Windows color (decimal): -9201458 or 13539443. OLE color: 13539443.

HSL color Cylindrical-coordinate representation of color #7398CE: hue angle of 215.6º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7398CE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115152206-
CMYK0.440.2600.19
HSL215.6º48.15%62.94%-
HSV(B)215.6º44.17%80.78%-
XYZ29.4430.5662.74-
YUV147.09161.24105.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=24.31%
G=32.14%
B=43.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151522060.440.2600.19215.648.1562.94
Hex7398CE2C1A013d8303f
Octal16323031654320233306077
Binary111001110011000110011101011001101001001111011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7398CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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