#739BCD

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

Shades of Jordy Blue #739BCD

Tints of Jordy Blue #739BCD

Color information

#739BCD (or 0x739BCD) is unknown color: approx Jordy Blue. HEX triplet: 73, 9B and CD. RGB value is (115,155,205). Sum of RGB (Red+Green+Blue) = 115+155+205=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #739BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCD is #8C6432. Grayscale: #949494. Windows color (decimal): -9200691 or 13474675. OLE color: 13474675.

HSL color Cylindrical-coordinate representation of color #739BCD: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739BCD is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115155205-
CMYK0.440.2400.20
HSL213.33º47.37%62.75%-
HSV(B)213.33º43.9%80.39%-
XYZ29.8131.562.27-
YUV148.74159.75103.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=24.21%
G=32.63%
B=43.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151552050.440.2400.20213.3347.3762.75
Hex739BCD2C18014d52f3f
Octal16323331554300243255777
Binary111001110011011110011011011001100001010011010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,155,205); }

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

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

 a { background-color: rgb(115,155,205); }

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

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

 span { border-color: rgb(115,155,205); }

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