#729CDD

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

Shades of Jordy Blue #729CDD

Tints of Jordy Blue #729CDD

Color information

#729CDD (or 0x729CDD) is unknown color: approx Jordy Blue. HEX triplet: 72, 9C and DD. RGB value is (114,156,221). Sum of RGB (Red+Green+Blue) = 114+156+221=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #729CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDD is #8D6322. Grayscale: #969696. Windows color (decimal): -9265955 or 14523506. OLE color: 14523506.

HSL color Cylindrical-coordinate representation of color #729CDD: hue angle of 216.45º 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 #729CDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114156221-
CMYK0.480.2900.13
HSL216.45º61.14%65.69%-
HSV(B)216.45º48.42%86.67%-
XYZ31.8832.5773.01-
YUV150.85167.59101.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=23.22%
G=31.77%
B=45.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141562210.480.2900.13216.4561.1465.69
Hex729CDD301D0Dd83d42
Octal162234335603501533075102
Binary111001010011100110111011100001110101101110110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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