#7399CF

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

Shades of Jordy Blue #7399CF

Tints of Jordy Blue #7399CF

Color information

#7399CF (or 0x7399CF) is unknown color: approx Jordy Blue. HEX triplet: 73, 99 and CF. RGB value is (115,153,207). Sum of RGB (Red+Green+Blue) = 115+153+207=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7399CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399CF is #8C6630. Grayscale: #939393. Windows color (decimal): -9201201 or 13605235. OLE color: 13605235.

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

Color convert

RGB115153207-
CMYK0.440.2600.19
HSL215.22º48.94%63.14%-
HSV(B)215.22º44.44%81.18%-
XYZ29.7230.9363.44-
YUV147.79161.41104.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=24.21%
G=32.21%
B=43.58%

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
Decimal1151532070.440.2600.19215.2248.9463.14
Hex7399CF2C1A013d7313f
Octal16323131754320233276177
Binary111001110011001110011111011001101001001111010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7399CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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