#739fd6

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

Shades of Jordy Blue #739FD6

Tints of Jordy Blue #739FD6

Color information

#739FD6 (or 0x739FD6) is unknown color: approx Jordy Blue. HEX triplet: 73, 9F and D6. RGB value is (115,159,214). Sum of RGB (Red+Green+Blue) = 115+159+214=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #739FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FD6 is #8C6029. Grayscale: #979797. Windows color (decimal): -9199658 or 14065523. OLE color: 14065523.

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

Color convert

RGB115159214-
CMYK0.460.2600.16
HSL213.33º54.7%64.51%-
HSV(B)213.33º46.26%83.92%-
XYZ31.6133.368.38-
YUV152.11162.92101.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.57%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=23.57%
G=32.58%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151592140.460.2600.16213.3354.764.51
Hex739FD62E1A010d53741
Octal163237326563202032567101
Binary1110011100111111101011010111011010010000110101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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