#72A1D1

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

Shades of Jordy Blue #72A1D1

Tints of Jordy Blue #72A1D1

Color information

#72A1D1 (or 0x72A1D1) is unknown color: approx Jordy Blue. HEX triplet: 72, A1 and D1. RGB value is (114,161,209). Sum of RGB (Red+Green+Blue) = 114+161+209=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #72A1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1D1 is #8D5E2E. Grayscale: #989898. Windows color (decimal): -9264687 or 13738354. OLE color: 13738354.

HSL color Cylindrical-coordinate representation of color #72A1D1: hue angle of 210.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A1D1 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114161209-
CMYK0.450.2300.18
HSL210.32º50.8%63.33%-
HSV(B)210.32º45.45%81.96%-
XYZ31.1933.6765.18-
YUV152.42159.93100.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=23.55%
G=33.26%
B=43.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141612090.450.2300.18210.3250.863.33
Hex72A1D12D17012d2333f
Octal16224132155270223226377
Binary111001010100001110100011011011011101001011010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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