#739DD8

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

Shades of Jordy Blue #739DD8

Tints of Jordy Blue #739DD8

Color information

#739DD8 (or 0x739DD8) is unknown color: approx Jordy Blue. HEX triplet: 73, 9D and D8. RGB value is (115,157,216). Sum of RGB (Red+Green+Blue) = 115+157+216=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #739DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DD8 is #8C6227. Grayscale: #969696. Windows color (decimal): -9200168 or 14196083. OLE color: 14196083.

HSL color Cylindrical-coordinate representation of color #739DD8: hue angle of 215.05º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #739DD8 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115157216-
CMYK0.470.2700.15
HSL215.05º56.42%64.9%-
HSV(B)215.05º46.76%84.71%-
XYZ31.5232.7269.62-
YUV151.17164.59102.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.57%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=23.57%
G=32.17%
B=44.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151572160.470.2700.15215.0556.4264.9
Hex739DD82F1B0Fd73841
Octal163235330573301732770101
Binary111001110011101110110001011111101101111110101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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