#72A1DC

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

Shades of Jordy Blue #72A1DC

Tints of Jordy Blue #72A1DC

Color information

#72A1DC (or 0x72A1DC) is unknown color: approx Jordy Blue. HEX triplet: 72, A1 and DC. RGB value is (114,161,220). Sum of RGB (Red+Green+Blue) = 114+161+220=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #72A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1DC is #8D5E23. Grayscale: #999999. Windows color (decimal): -9264676 or 14459250. OLE color: 14459250.

HSL color Cylindrical-coordinate representation of color #72A1DC: hue angle of 213.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72A1DC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114161220-
CMYK0.480.2700.14
HSL213.4º60.23%65.49%-
HSV(B)213.4º48.18%86.27%-
XYZ32.634.2372.6-
YUV153.67165.4399.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.03%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=23.03%
G=32.53%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141612200.480.2700.14213.460.2365.49
Hex72A1DC301B0Ed53c41
Octal162241334603301632574101
Binary111001010100001110111001100001101101110110101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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