#729ECF

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

Shades of Jordy Blue #729ECF

Tints of Jordy Blue #729ECF

Color information

#729ECF (or 0x729ECF) is unknown color: approx Jordy Blue. HEX triplet: 72, 9E and CF. RGB value is (114,158,207). Sum of RGB (Red+Green+Blue) = 114+158+207=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #729ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ECF is #8D6130. Grayscale: #969696. Windows color (decimal): -9265457 or 13606514. OLE color: 13606514.

HSL color Cylindrical-coordinate representation of color #729ECF: hue angle of 211.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729ECF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114158207-
CMYK0.450.2400.19
HSL211.61º49.21%62.94%-
HSV(B)211.61º44.93%81.18%-
XYZ30.4332.5463.71-
YUV150.43159.92102.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=23.80%
G=32.99%
B=43.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141582070.450.2400.19211.6149.2162.94
Hex729ECF2D18013d4313f
Octal16223631755300233246177
Binary111001010011110110011111011011100001001111010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,158,207); }

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

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

 a { background-color: rgb(114,158,207); }

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

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

 span { border-color: rgb(114,158,207); }

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