#729BDD

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

Shades of Jordy Blue #729BDD

Tints of Jordy Blue #729BDD

Color information

#729BDD (or 0x729BDD) is unknown color: approx Jordy Blue. HEX triplet: 72, 9B and DD. RGB value is (114,155,221). Sum of RGB (Red+Green+Blue) = 114+155+221=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #729BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDD is #8D6422. Grayscale: #959595. Windows color (decimal): -9266211 or 14523250. OLE color: 14523250.

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

Color convert

RGB114155221-
CMYK0.480.3000.13
HSL217.01º61.14%65.69%-
HSV(B)217.01º48.42%86.67%-
XYZ31.7132.2472.96-
YUV150.26167.92102.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=23.27%
G=31.63%
B=45.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141552210.480.3000.13217.0161.1465.69
Hex729BDD301E0Dd93d42
Octal162233335603601533175102
Binary111001010011011110111011100001111001101110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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