#739ED8

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

Shades of Jordy Blue #739ED8

Tints of Jordy Blue #739ED8

Color information

#739ED8 (or 0x739ED8) is unknown color: approx Jordy Blue. HEX triplet: 73, 9E and D8. RGB value is (115,158,216). Sum of RGB (Red+Green+Blue) = 115+158+216=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #739ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ED8 is #8C6127. Grayscale: #979797. Windows color (decimal): -9199912 or 14196339. OLE color: 14196339.

HSL color Cylindrical-coordinate representation of color #739ED8: hue angle of 214.46º 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 #739ED8 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115158216-
CMYK0.470.2700.15
HSL214.46º56.42%64.9%-
HSV(B)214.46º46.76%84.71%-
XYZ31.6933.0669.68-
YUV151.76164.25101.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=23.52%
G=32.31%
B=44.17%

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
Decimal1151582160.470.2700.15214.4656.4264.9
Hex739ED82F1B0Fd63841
Octal163236330573301732670101
Binary111001110011110110110001011111101101111110101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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