#7398CF

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

Shades of Jordy Blue #7398CF

Tints of Jordy Blue #7398CF

Color information

#7398CF (or 0x7398CF) is unknown color: approx Jordy Blue. HEX triplet: 73, 98 and CF. RGB value is (115,152,207). Sum of RGB (Red+Green+Blue) = 115+152+207=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7398CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398CF is #8C6730. Grayscale: #929292. Windows color (decimal): -9201457 or 13604979. OLE color: 13604979.

HSL color Cylindrical-coordinate representation of color #7398CF: hue angle of 215.87º degrees, saturation: 0.49, 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 #7398CF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115152207-
CMYK0.440.2700.19
HSL215.87º48.94%63.14%-
HSV(B)215.87º44.44%81.18%-
XYZ29.5630.6163.38-
YUV147.21161.74105.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=24.26%
G=32.07%
B=43.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151522070.440.2700.19215.8748.9463.14
Hex7398CF2C1B013d8313f
Octal16323031754330233306177
Binary111001110011000110011111011001101101001111011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7398CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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