#72A3DF

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

Shades of Jordy Blue #72A3DF

Tints of Jordy Blue #72A3DF

Color information

#72A3DF (or 0x72A3DF) is unknown color: approx Jordy Blue. HEX triplet: 72, A3 and DF. RGB value is (114,163,223). Sum of RGB (Red+Green+Blue) = 114+163+223=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #72A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3DF is #8D5C20. Grayscale: #9A9A9A. Windows color (decimal): -9264161 or 14656370. OLE color: 14656370.

HSL color Cylindrical-coordinate representation of color #72A3DF: hue angle of 213.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A3DF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114163223-
CMYK0.490.2700.13
HSL213.03º63.01%66.08%-
HSV(B)213.03º48.88%87.45%-
XYZ33.3635.174.83-
YUV155.19166.2798.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=22.8%
G=32.6%
B=44.6%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141632230.490.2700.13213.0363.0166.08
Hex72A3DF311B0Dd53f42
Octal162243337613301532577102
Binary111001010100011110111111100011101101101110101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,223); }

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

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

 a { background-color: rgb(114,163,223); }

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

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

 span { border-color: rgb(114,163,223); }

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