#72A1E7

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

Shades of Jordy Blue #72A1E7

Tints of Jordy Blue #72A1E7

Color information

#72A1E7 (or 0x72A1E7) is unknown color: approx Jordy Blue. HEX triplet: 72, A1 and E7. RGB value is (114,161,231). Sum of RGB (Red+Green+Blue) = 114+161+231=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #72A1E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1E7 is #8D5E18. Grayscale: #9A9A9A. Windows color (decimal): -9264665 or 15180146. OLE color: 15180146.

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

Color convert

RGB114161231-
CMYK0.510.3000.09
HSL215.9º70.91%67.65%-
HSV(B)215.9º50.65%90.59%-
XYZ34.1134.8480.53-
YUV154.93170.9398.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=22.53%
G=31.82%
B=45.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141612310.510.3000.09215.970.9167.65
Hex72A1E7331E09d84744
Octal1622413476336011330107104
Binary1110010101000011110011111001111110010011101100010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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