#73A2DB

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

Shades of Jordy Blue #73A2DB

Tints of Jordy Blue #73A2DB

Color information

#73A2DB (or 0x73A2DB) is unknown color: approx Jordy Blue. HEX triplet: 73, A2 and DB. RGB value is (115,162,219). Sum of RGB (Red+Green+Blue) = 115+162+219=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #73A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2DB is #8C5D24. Grayscale: #9A9A9A. Windows color (decimal): -9198885 or 14393971. OLE color: 14393971.

HSL color Cylindrical-coordinate representation of color #73A2DB: hue angle of 212.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73A2DB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115162219-
CMYK0.470.2600.14
HSL212.88º59.09%65.49%-
HSV(B)212.88º47.49%85.88%-
XYZ32.7834.671.97-
YUV154.44164.4399.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=23.19%
G=32.66%
B=44.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151622190.470.2600.14212.8859.0965.49
Hex73A2DB2F1A0Ed53b41
Octal163242333573201632573101
Binary111001110100010110110111011111101001110110101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A2DB; }

 p { color: rgb(115,162,219); }

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

<style>
 a { background-color: #73A2DB; }

 a { background-color: rgb(115,162,219); }

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

<style>
 span { border-color: #73A2DB; }

 span { border-color: rgb(115,162,219); }

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