#72A4D1

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

Shades of Jordy Blue #72A4D1

Tints of Jordy Blue #72A4D1

Color information

#72A4D1 (or 0x72A4D1) is unknown color: approx Jordy Blue. HEX triplet: 72, A4 and D1. RGB value is (114,164,209). Sum of RGB (Red+Green+Blue) = 114+164+209=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #72A4D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A4D1 is #8D5B2E. Grayscale: #999999. Windows color (decimal): -9263919 or 13739122. OLE color: 13739122.

HSL color Cylindrical-coordinate representation of color #72A4D1: hue angle of 208.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A4D1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114164209-
CMYK0.450.2200.18
HSL208.42º50.8%63.33%-
HSV(B)208.42º45.45%81.96%-
XYZ31.7234.7365.35-
YUV154.18158.9499.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=23.41%
G=33.68%
B=42.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141642090.450.2200.18208.4250.863.33
Hex72A4D12D16012d0333f
Octal16224432155260223206377
Binary111001010100100110100011011011011001001011010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,164,209); }

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

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

 a { background-color: rgb(114,164,209); }

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

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

 span { border-color: rgb(114,164,209); }

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