#72A1DA

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

Shades of Jordy Blue #72A1DA

Tints of Jordy Blue #72A1DA

Color information

#72A1DA (or 0x72A1DA) is unknown color: approx Jordy Blue. HEX triplet: 72, A1 and DA. RGB value is (114,161,218). Sum of RGB (Red+Green+Blue) = 114+161+218=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #72A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1DA is #8D5E25. Grayscale: #999999. Windows color (decimal): -9264678 or 14328178. OLE color: 14328178.

HSL color Cylindrical-coordinate representation of color #72A1DA: hue angle of 212.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72A1DA is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114161218-
CMYK0.480.2600.15
HSL212.88º58.43%65.1%-
HSV(B)212.88º47.71%85.49%-
XYZ32.3434.1371.21-
YUV153.44164.4399.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=23.12%
G=32.66%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141612180.480.2600.15212.8858.4365.1
Hex72A1DA301A0Fd53a41
Octal162241332603201732572101
Binary111001010100001110110101100001101001111110101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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