#739FD5

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

Shades of Jordy Blue #739FD5

Tints of Jordy Blue #739FD5

Color information

#739FD5 (or 0x739FD5) is unknown color: approx Jordy Blue. HEX triplet: 73, 9F and D5. RGB value is (115,159,213). Sum of RGB (Red+Green+Blue) = 115+159+213=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #739FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FD5 is #8C602A. Grayscale: #979797. Windows color (decimal): -9199659 or 13999987. OLE color: 13999987.

HSL color Cylindrical-coordinate representation of color #739FD5: hue angle of 213.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #739FD5 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115159213-
CMYK0.460.2500.16
HSL213.06º53.85%64.31%-
HSV(B)213.06º46.01%83.53%-
XYZ31.4833.2567.71-
YUV152162.42101.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.61%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=23.61%
G=32.65%
B=43.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151592130.460.2500.16213.0653.8564.31
Hex739FD52E19010d53640
Octal163237325563102032566100
Binary1110011100111111101010110111011001010000110101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739FD5; }

 p { color: rgb(115,159,213); }

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

<style>
 a { background-color: #739FD5; }

 a { background-color: rgb(115,159,213); }

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

<style>
 span { border-color: #739FD5; }

 span { border-color: rgb(115,159,213); }

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