#739AD0

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

Shades of Jordy Blue #739AD0

Tints of Jordy Blue #739AD0

Color information

#739AD0 (or 0x739AD0) is unknown color: approx Jordy Blue. HEX triplet: 73, 9A and D0. RGB value is (115,154,208). Sum of RGB (Red+Green+Blue) = 115+154+208=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #739AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AD0 is #8C652F. Grayscale: #949494. Windows color (decimal): -9200944 or 13671027. OLE color: 13671027.

HSL color Cylindrical-coordinate representation of color #739AD0: hue angle of 214.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739AD0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115154208-
CMYK0.450.2600.18
HSL214.84º49.73%63.33%-
HSV(B)214.84º44.71%81.57%-
XYZ30.0131.3164.14-
YUV148.49161.58104.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.11%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=24.11%
G=32.29%
B=43.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151542080.450.2600.18214.8449.7363.33
Hex739AD02D1A012d7323f
Octal16323232055320223276277
Binary111001110011010110100001011011101001001011010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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