#73A2DE

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

Shades of Jordy Blue #73A2DE

Tints of Jordy Blue #73A2DE

Color information

#73A2DE (or 0x73A2DE) is unknown color: approx Jordy Blue. HEX triplet: 73, A2 and DE. RGB value is (115,162,222). Sum of RGB (Red+Green+Blue) = 115+162+222=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #73A2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2DE is #8C5D21. Grayscale: #9A9A9A. Windows color (decimal): -9198882 or 14590579. OLE color: 14590579.

HSL color Cylindrical-coordinate representation of color #73A2DE: hue angle of 213.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73A2DE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115162222-
CMYK0.480.2700.13
HSL213.64º61.85%66.08%-
HSV(B)213.64º48.2%87.06%-
XYZ33.1834.7674.07-
YUV154.79165.9399.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.05%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 44.49%
R=23.05%
G=32.46%
B=44.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151622220.480.2700.13213.6461.8566.08
Hex73A2DE301B0Dd63e42
Octal163242336603301532676102
Binary111001110100010110111101100001101101101110101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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