#72A1E5

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

Shades of Jordy Blue #72A1E5

Tints of Jordy Blue #72A1E5

Color information

#72A1E5 (or 0x72A1E5) is unknown color: approx Jordy Blue. HEX triplet: 72, A1 and E5. RGB value is (114,161,229). Sum of RGB (Red+Green+Blue) = 114+161+229=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #72A1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1E5 is #8D5E1A. Grayscale: #9A9A9A. Windows color (decimal): -9264667 or 15049074. OLE color: 15049074.

HSL color Cylindrical-coordinate representation of color #72A1E5: hue angle of 215.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A1E5 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114161229-
CMYK0.500.3000.10
HSL215.48º68.86%67.25%-
HSV(B)215.48º50.22%89.8%-
XYZ33.8334.7279.05-
YUV154.7169.9398.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=22.62%
G=31.94%
B=45.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141612290.500.3000.10215.4868.8667.25
Hex72A1E5321E0Ad74543
Octal1622413456236012327105103
Binary1110010101000011110010111001011110010101101011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,229); }

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

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

 a { background-color: rgb(114,161,229); }

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

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

 span { border-color: rgb(114,161,229); }

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