#739FCC

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

Shades of Jordy Blue #739FCC

Tints of Jordy Blue #739FCC

Color information

#739FCC (or 0x739FCC) is unknown color: approx Jordy Blue. HEX triplet: 73, 9F and CC. RGB value is (115,159,204). Sum of RGB (Red+Green+Blue) = 115+159+204=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #739FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FCC is #8C6033. Grayscale: #969696. Windows color (decimal): -9199668 or 13410163. OLE color: 13410163.

HSL color Cylindrical-coordinate representation of color #739FCC: hue angle of 210.34º 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 #739FCC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB115159204-
CMYK0.440.2200.2
HSL210.34º46.6%62.55%-
HSV(B)210.34º43.63%80%-
XYZ30.3732.861.86-
YUV150.97157.92102.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.06%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=24.06%
G=33.26%
B=42.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151592040.440.2200.2210.3446.662.55
Hex739FCC2C16014d22f3f
Octal16323731454260243225777
Binary111001110011111110011001011001011001010011010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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