#739eda

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

Shades of Jordy Blue #739EDA

Tints of Jordy Blue #739EDA

Color information

#739EDA (or 0x739EDA) is unknown color: approx Jordy Blue. HEX triplet: 73, 9E and DA. RGB value is (115,158,218). Sum of RGB (Red+Green+Blue) = 115+158+218=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #739EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EDA is #8C6125. Grayscale: #979797. Windows color (decimal): -9199910 or 14327411. OLE color: 14327411.

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

Color convert

RGB115158218-
CMYK0.470.2800.15
HSL214.95º58.19%65.29%-
HSV(B)214.95º47.25%85.49%-
XYZ31.9533.1671.05-
YUV151.98165.25101.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=23.42%
G=32.18%
B=44.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151582180.470.2800.15214.9558.1965.29
Hex739EDA2F1C0Fd73a41
Octal163236332573401732772101
Binary111001110011110110110101011111110001111110101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739eda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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