#72A5D3

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

Shades of Jordy Blue #72A5D3

Tints of Jordy Blue #72A5D3

Color information

#72A5D3 (or 0x72A5D3) is unknown color: approx Jordy Blue. HEX triplet: 72, A5 and D3. RGB value is (114,165,211). Sum of RGB (Red+Green+Blue) = 114+165+211=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #72A5D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5D3 is #8D5A2C. Grayscale: #9A9A9A. Windows color (decimal): -9263661 or 13870450. OLE color: 13870450.

HSL color Cylindrical-coordinate representation of color #72A5D3: hue angle of 208.45º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72A5D3 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114165211-
CMYK0.460.2200.17
HSL208.45º52.43%63.73%-
HSV(B)208.45º45.97%82.75%-
XYZ32.1535.1966.73-
YUV154.99159.698.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=23.27%
G=33.67%
B=43.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141652110.460.2200.17208.4552.4363.73
Hex72A5D32E16011d03440
Octal162245323562602132064100
Binary1110010101001011101001110111010110010001110100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,211); }

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

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

 a { background-color: rgb(114,165,211); }

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

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

 span { border-color: rgb(114,165,211); }

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