#72A4E1

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

Shades of Jordy Blue #72A4E1

Tints of Jordy Blue #72A4E1

Color information

#72A4E1 (or 0x72A4E1) is unknown color: approx Jordy Blue. HEX triplet: 72, A4 and E1. RGB value is (114,164,225). Sum of RGB (Red+Green+Blue) = 114+164+225=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #72A4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A4E1 is #8D5B1E. Grayscale: #9B9B9B. Windows color (decimal): -9263903 or 14787698. OLE color: 14787698.

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

Color convert

RGB114164225-
CMYK0.490.2700.12
HSL212.97º64.91%66.47%-
HSV(B)212.97º49.33%88.24%-
XYZ33.8135.5676.32-
YUV156166.9498.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=22.66%
G=32.60%
B=44.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141642250.490.2700.12212.9764.9166.47
Hex72A4E1311B0Cd54142
Octal1622443416133014325101102
Binary1110010101001001110000111000111011011001101010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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