#729FE1

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

Shades of Jordy Blue #729FE1

Tints of Jordy Blue #729FE1

Color information

#729FE1 (or 0x729FE1) is unknown color: approx Jordy Blue. HEX triplet: 72, 9F and E1. RGB value is (114,159,225). Sum of RGB (Red+Green+Blue) = 114+159+225=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #729FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FE1 is #8D601E. Grayscale: #989898. Windows color (decimal): -9265183 or 14786418. OLE color: 14786418.

HSL color Cylindrical-coordinate representation of color #729FE1: hue angle of 215.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729FE1 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114159225-
CMYK0.490.2900.12
HSL215.68º64.91%66.47%-
HSV(B)215.68º49.33%88.24%-
XYZ32.9333.8176.02-
YUV153.07168.59100.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=22.89%
G=31.93%
B=45.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141592250.490.2900.12215.6864.9166.47
Hex729FE1311D0Cd84142
Octal1622373416135014330101102
Binary1110010100111111110000111000111101011001101100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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