#739CD7

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

Shades of Jordy Blue #739CD7

Tints of Jordy Blue #739CD7

Color information

#739CD7 (or 0x739CD7) is unknown color: approx Jordy Blue. HEX triplet: 73, 9C and D7. RGB value is (115,156,215). Sum of RGB (Red+Green+Blue) = 115+156+215=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #739CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CD7 is #8C6328. Grayscale: #969696. Windows color (decimal): -9200425 or 14130291. OLE color: 14130291.

HSL color Cylindrical-coordinate representation of color #739CD7: hue angle of 215.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #739CD7 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115156215-
CMYK0.470.2700.16
HSL215.4º55.56%64.71%-
HSV(B)215.4º46.51%84.31%-
XYZ31.2232.3368.88-
YUV150.47164.42102.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=23.66%
G=32.10%
B=44.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151562150.470.2700.16215.455.5664.71
Hex739CD72F1B010d73841
Octal163234327573302032770101
Binary1110011100111001101011110111111011010000110101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,156,215); }

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

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

 a { background-color: rgb(115,156,215); }

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

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

 span { border-color: rgb(115,156,215); }

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