#72A9DD

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

Shades of Jordy Blue #72A9DD

Tints of Jordy Blue #72A9DD

Color information

#72A9DD (or 0x72A9DD) is unknown color: approx Jordy Blue. HEX triplet: 72, A9 and DD. RGB value is (114,169,221). Sum of RGB (Red+Green+Blue) = 114+169+221=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #72A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A9DD is #8D5622. Grayscale: #9E9E9E. Windows color (decimal): -9262627 or 14526834. OLE color: 14526834.

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

Color convert

RGB114169221-
CMYK0.480.2400.13
HSL209.16º61.14%65.69%-
HSV(B)209.16º48.42%86.67%-
XYZ34.1837.1773.78-
YUV158.48163.2896.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=22.62%
G=33.53%
B=43.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141692210.480.2400.13209.1661.1465.69
Hex72A9DD30180Dd13d42
Octal162251335603001532175102
Binary111001010101001110111011100001100001101110100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A9DD; }

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

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

<style>
 a { background-color: #72A9DD; }

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

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

<style>
 span { border-color: #72A9DD; }

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

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