#729edd

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

Shades of Jordy Blue #729EDD

Tints of Jordy Blue #729EDD

Color information

#729EDD (or 0x729EDD) is unknown color: approx Jordy Blue. HEX triplet: 72, 9E and DD. RGB value is (114,158,221). Sum of RGB (Red+Green+Blue) = 114+158+221=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #729EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDD is #8D6122. Grayscale: #979797. Windows color (decimal): -9265443 or 14524018. OLE color: 14524018.

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

Color convert

RGB114158221-
CMYK0.480.2900.13
HSL215.33º61.14%65.69%-
HSV(B)215.33º48.42%86.67%-
XYZ32.2233.2573.13-
YUV152.03166.92100.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=23.12%
G=32.05%
B=44.83%

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
Decimal1141582210.480.2900.13215.3361.1465.69
Hex729EDD301D0Dd73d42
Octal162236335603501532775102
Binary111001010011110110111011100001110101101110101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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