#729CDF

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

Shades of Jordy Blue #729CDF

Tints of Jordy Blue #729CDF

Color information

#729CDF (or 0x729CDF) is unknown color: approx Jordy Blue. HEX triplet: 72, 9C and DF. RGB value is (114,156,223). Sum of RGB (Red+Green+Blue) = 114+156+223=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #729CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDF is #8D6320. Grayscale: #969696. Windows color (decimal): -9265953 or 14654578. OLE color: 14654578.

HSL color Cylindrical-coordinate representation of color #729CDF: hue angle of 216.88º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729CDF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114156223-
CMYK0.490.3000.13
HSL216.88º63.01%66.08%-
HSV(B)216.88º48.88%87.45%-
XYZ32.1532.6874.43-
YUV151.08168.59101.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=23.12%
G=31.64%
B=45.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141562230.490.3000.13216.8863.0166.08
Hex729CDF311E0Dd93f42
Octal162234337613601533177102
Binary111001010011100110111111100011111001101110110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,156,223); }

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

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

 a { background-color: rgb(114,156,223); }

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

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

 span { border-color: rgb(114,156,223); }

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