#739ad4

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

Shades of Jordy Blue #739AD4

Tints of Jordy Blue #739AD4

Color information

#739AD4 (or 0x739AD4) is unknown color: approx Jordy Blue. HEX triplet: 73, 9A and D4. RGB value is (115,154,212). Sum of RGB (Red+Green+Blue) = 115+154+212=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #739AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AD4 is #8C652B. Grayscale: #949494. Windows color (decimal): -9200940 or 13933171. OLE color: 13933171.

HSL color Cylindrical-coordinate representation of color #739AD4: hue angle of 215.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #739AD4 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB115154212-
CMYK0.460.2700.17
HSL215.88º53.01%64.12%-
HSV(B)215.88º45.75%83.14%-
XYZ30.5131.5166.76-
YUV148.95163.58103.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=23.91%
G=32.02%
B=44.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151542120.460.2700.17215.8853.0164.12
Hex739AD42E1B011d83540
Octal163232324563302133065100
Binary1110011100110101101010010111011011010001110110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,154,212); }

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

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

 a { background-color: rgb(115,154,212); }

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

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

 span { border-color: rgb(115,154,212); }

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