#729BD8

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

Shades of Jordy Blue #729BD8

Tints of Jordy Blue #729BD8

Color information

#729BD8 (or 0x729BD8) is unknown color: approx Jordy Blue. HEX triplet: 72, 9B and D8. RGB value is (114,155,216). Sum of RGB (Red+Green+Blue) = 114+155+216=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #729BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BD8 is #8D6427. Grayscale: #959595. Windows color (decimal): -9266216 or 14195570. OLE color: 14195570.

HSL color Cylindrical-coordinate representation of color #729BD8: hue angle of 215.88º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729BD8 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114155216-
CMYK0.470.2800.15
HSL215.88º56.67%64.71%-
HSV(B)215.88º47.22%84.71%-
XYZ31.0631.9869.5-
YUV149.7165.42102.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=23.51%
G=31.96%
B=44.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141552160.470.2800.15215.8856.6764.71
Hex729BD82F1C0Fd83941
Octal162233330573401733071101
Binary111001010011011110110001011111110001111110110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,216); }

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

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

 a { background-color: rgb(114,155,216); }

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

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

 span { border-color: rgb(114,155,216); }

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