#729DD5

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

Shades of Jordy Blue #729DD5

Tints of Jordy Blue #729DD5

Color information

#729DD5 (or 0x729DD5) is unknown color: approx Jordy Blue. HEX triplet: 72, 9D and D5. RGB value is (114,157,213). Sum of RGB (Red+Green+Blue) = 114+157+213=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #729DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DD5 is #8D622A. Grayscale: #969696. Windows color (decimal): -9265707 or 13999474. OLE color: 13999474.

HSL color Cylindrical-coordinate representation of color #729DD5: hue angle of 213.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729DD5 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114157213-
CMYK0.460.2600.16
HSL213.94º54.1%64.12%-
HSV(B)213.94º46.48%83.53%-
XYZ31.0132.567.59-
YUV150.53163.25101.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=23.55%
G=32.44%
B=44.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141572130.460.2600.16213.9454.164.12
Hex729DD52E1A010d63640
Octal162235325563202032666100
Binary1110010100111011101010110111011010010000110101101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729DD5; }

 p { color: rgb(114,157,213); }

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

<style>
 a { background-color: #729DD5; }

 a { background-color: rgb(114,157,213); }

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

<style>
 span { border-color: #729DD5; }

 span { border-color: rgb(114,157,213); }

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