#739ACD

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

Shades of Jordy Blue #739ACD

Tints of Jordy Blue #739ACD

Color information

#739ACD (or 0x739ACD) is unknown color: approx Jordy Blue. HEX triplet: 73, 9A and CD. RGB value is (115,154,205). Sum of RGB (Red+Green+Blue) = 115+154+205=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #739ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ACD is #8C6532. Grayscale: #939393. Windows color (decimal): -9200947 or 13474419. OLE color: 13474419.

HSL color Cylindrical-coordinate representation of color #739ACD: hue angle of 214º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739ACD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115154205-
CMYK0.440.2500.20
HSL214º47.37%62.75%-
HSV(B)214º43.9%80.39%-
XYZ29.6531.1662.21-
YUV148.15160.08104.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=24.26%
G=32.49%
B=43.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151542050.440.2500.2021447.3762.75
Hex739ACD2C19014d62f3f
Octal16323231554310243265777
Binary111001110011010110011011011001100101010011010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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