#729FD5

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

Shades of Jordy Blue #729FD5

Tints of Jordy Blue #729FD5

Color information

#729FD5 (or 0x729FD5) is unknown color: approx Jordy Blue. HEX triplet: 72, 9F and D5. RGB value is (114,159,213). Sum of RGB (Red+Green+Blue) = 114+159+213=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #729FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FD5 is #8D602A. Grayscale: #979797. Windows color (decimal): -9265195 or 13999986. OLE color: 13999986.

HSL color Cylindrical-coordinate representation of color #729FD5: hue angle of 212.73º 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 #729FD5 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114159213-
CMYK0.460.2500.16
HSL212.73º54.1%64.12%-
HSV(B)212.73º46.48%83.53%-
XYZ31.3533.1867.7-
YUV151.7162.59101.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=23.46%
G=32.72%
B=43.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141592130.460.2500.16212.7354.164.12
Hex729FD52E19010d53640
Octal162237325563102032566100
Binary1110010100111111101010110111011001010000110101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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