#72a5dc

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

Shades of Jordy Blue #72A5DC

Tints of Jordy Blue #72A5DC

Color information

#72A5DC (or 0x72A5DC) is unknown color: approx Jordy Blue. HEX triplet: 72, A5 and DC. RGB value is (114,165,220). Sum of RGB (Red+Green+Blue) = 114+165+220=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #72A5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A5DC is #8D5A23. Grayscale: #9B9B9B. Windows color (decimal): -9263652 or 14460274. OLE color: 14460274.

HSL color Cylindrical-coordinate representation of color #72A5DC: hue angle of 211.13º 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 #72A5DC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114165220-
CMYK0.480.2500.14
HSL211.13º60.23%65.49%-
HSV(B)211.13º48.18%86.27%-
XYZ33.3135.6572.84-
YUV156.02164.198.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=22.85%
G=33.07%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141652200.480.2500.14211.1360.2365.49
Hex72A5DC30190Ed33c41
Octal162245334603101632374101
Binary111001010100101110111001100001100101110110100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a5dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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