#739DD1

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

Shades of Jordy Blue #739DD1

Tints of Jordy Blue #739DD1

Color information

#739DD1 (or 0x739DD1) is unknown color: approx Jordy Blue. HEX triplet: 73, 9D and D1. RGB value is (115,157,209). Sum of RGB (Red+Green+Blue) = 115+157+209=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #739DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DD1 is #8C622E. Grayscale: #969696. Windows color (decimal): -9200175 or 13737331. OLE color: 13737331.

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

Color convert

RGB115157209-
CMYK0.450.2500.18
HSL213.19º50.54%63.53%-
HSV(B)213.19º44.98%81.96%-
XYZ30.6432.3664.95-
YUV150.37161.09102.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=23.91%
G=32.64%
B=43.45%

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
Decimal1151572090.450.2500.18213.1950.5463.53
Hex739DD12D19012d53340
Octal163235321553102232563100
Binary1110011100111011101000110110111001010010110101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,157,209); }

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

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

 a { background-color: rgb(115,157,209); }

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

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

 span { border-color: rgb(115,157,209); }

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