#72A3EA

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

Shades of Jordy Blue #72A3EA

Tints of Jordy Blue #72A3EA

Color information

#72A3EA (or 0x72A3EA) is unknown color: approx Jordy Blue. HEX triplet: 72, A3 and EA. RGB value is (114,163,234). Sum of RGB (Red+Green+Blue) = 114+163+234=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #72A3EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A3EA is #8D5C15. Grayscale: #9C9C9C. Windows color (decimal): -9264150 or 15377266. OLE color: 15377266.

HSL color Cylindrical-coordinate representation of color #72A3EA: hue angle of 215.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72A3EA is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114163234-
CMYK0.510.3000.08
HSL215.5º74.07%68.24%-
HSV(B)215.5º51.28%91.76%-
XYZ34.8935.7182.9-
YUV156.44171.7797.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=22.31%
G=31.90%
B=45.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141632340.510.3000.08215.574.0768.24
Hex72A3EA331E08d84a44
Octal1622433526336010330112104
Binary1110010101000111110101011001111110010001101100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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