#72A2E1

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

Shades of Jordy Blue #72A2E1

Tints of Jordy Blue #72A2E1

Color information

#72A2E1 (or 0x72A2E1) is unknown color: approx Jordy Blue. HEX triplet: 72, A2 and E1. RGB value is (114,162,225). Sum of RGB (Red+Green+Blue) = 114+162+225=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #72A2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2E1 is #8D5D1E. Grayscale: #9A9A9A. Windows color (decimal): -9264415 or 14787186. OLE color: 14787186.

HSL color Cylindrical-coordinate representation of color #72A2E1: hue angle of 214.05º 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 #72A2E1 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114162225-
CMYK0.490.2800.12
HSL214.05º64.91%66.47%-
HSV(B)214.05º49.33%88.24%-
XYZ33.4534.8576.2-
YUV154.83167.698.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.75%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=22.75%
G=32.34%
B=44.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141622250.490.2800.12214.0564.9166.47
Hex72A2E1311C0Cd64142
Octal1622423416134014326101102
Binary1110010101000101110000111000111100011001101011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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