#73A4E1

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

Shades of Jordy Blue #73A4E1

Tints of Jordy Blue #73A4E1

Color information

#73A4E1 (or 0x73A4E1) is unknown color: approx Jordy Blue. HEX triplet: 73, A4 and E1. RGB value is (115,164,225). Sum of RGB (Red+Green+Blue) = 115+164+225=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #73A4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4E1 is #8C5B1E. Grayscale: #9C9C9C. Windows color (decimal): -9198367 or 14787699. OLE color: 14787699.

HSL color Cylindrical-coordinate representation of color #73A4E1: hue angle of 213.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73A4E1 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115164225-
CMYK0.490.2700.12
HSL213.27º64.71%66.67%-
HSV(B)213.27º48.89%88.24%-
XYZ33.9435.6376.32-
YUV156.3166.7798.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=22.82%
G=32.54%
B=44.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151642250.490.2700.12213.2764.7166.67
Hex73A4E1311B0Cd54143
Octal1632443416133014325101103
Binary1110011101001001110000111000111011011001101010110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,225); }

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

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

 a { background-color: rgb(115,164,225); }

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

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

 span { border-color: rgb(115,164,225); }

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