#729FD6

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

Shades of Jordy Blue #729FD6

Tints of Jordy Blue #729FD6

Color information

#729FD6 (or 0x729FD6) is unknown color: approx Jordy Blue. HEX triplet: 72, 9F and D6. RGB value is (114,159,214). Sum of RGB (Red+Green+Blue) = 114+159+214=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #729FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FD6 is #8D6029. Grayscale: #979797. Windows color (decimal): -9265194 or 14065522. OLE color: 14065522.

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

Color convert

RGB114159214-
CMYK0.470.2600.16
HSL213º54.95%64.31%-
HSV(B)213º46.73%83.92%-
XYZ31.4833.2368.37-
YUV151.82163.09101.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=23.41%
G=32.65%
B=43.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141592140.470.2600.1621354.9564.31
Hex729FD62F1A010d53740
Octal162237326573202032567100
Binary1110010100111111101011010111111010010000110101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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