#73A0EA

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

Shades of Jordy Blue #73A0EA

Tints of Jordy Blue #73A0EA

Color information

#73A0EA (or 0x73A0EA) is unknown color: approx Jordy Blue. HEX triplet: 73, A0 and EA. RGB value is (115,160,234). Sum of RGB (Red+Green+Blue) = 115+160+234=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0EA is #8C5F15. Grayscale: #9A9A9A. Windows color (decimal): -9199382 or 15376499. OLE color: 15376499.

HSL color Cylindrical-coordinate representation of color #73A0EA: hue angle of 217.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A0EA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115160234-
CMYK0.510.3200.08
HSL217.31º73.91%68.43%-
HSV(B)217.31º50.85%91.76%-
XYZ34.4934.7382.73-
YUV154.98172.5999.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.59%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=22.59%
G=31.43%
B=45.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151602340.510.3200.08217.3173.9168.43
Hex73A0EA332008d94a44
Octal1632403526340010331112104
Binary11100111010000011101010110011100000010001101100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,234); }

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

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

 a { background-color: rgb(115,160,234); }

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

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

 span { border-color: rgb(115,160,234); }

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