#72A5CD

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

Shades of Jordy Blue #72A5CD

Tints of Jordy Blue #72A5CD

Color information

#72A5CD (or 0x72A5CD) is unknown color: approx Jordy Blue. HEX triplet: 72, A5 and CD. RGB value is (114,165,205). Sum of RGB (Red+Green+Blue) = 114+165+205=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #72A5CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5CD is #8D5A32. Grayscale: #9A9A9A. Windows color (decimal): -9263667 or 13477234. OLE color: 13477234.

HSL color Cylindrical-coordinate representation of color #72A5CD: hue angle of 206.37º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72A5CD is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114165205-
CMYK0.440.2000.20
HSL206.37º47.64%62.55%-
HSV(B)206.37º44.39%80.39%-
XYZ31.4134.962.84-
YUV154.31156.699.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=23.55%
G=34.09%
B=42.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141652050.440.2000.20206.3747.6462.55
Hex72A5CD2C14014ce303f
Octal16224531554240243166077
Binary111001010100101110011011011001010001010011001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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