#739cd0

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

Shades of Jordy Blue #739CD0

Tints of Jordy Blue #739CD0

Color information

#739CD0 (or 0x739CD0) is unknown color: approx Jordy Blue. HEX triplet: 73, 9C and D0. RGB value is (115,156,208). Sum of RGB (Red+Green+Blue) = 115+156+208=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #739CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CD0 is #8C632F. Grayscale: #959595. Windows color (decimal): -9200432 or 13671539. OLE color: 13671539.

HSL color Cylindrical-coordinate representation of color #739CD0: hue angle of 213.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739CD0 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115156208-
CMYK0.450.2500.18
HSL213.55º49.73%63.33%-
HSV(B)213.55º44.71%81.57%-
XYZ30.3431.9864.25-
YUV149.67160.92103.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=24.01%
G=32.57%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151562080.450.2500.18213.5549.7363.33
Hex739CD02D19012d6323f
Octal16323432055310223266277
Binary111001110011100110100001011011100101001011010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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