#73A1E5

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

Shades of Jordy Blue #73A1E5

Tints of Jordy Blue #73A1E5

Color information

#73A1E5 (or 0x73A1E5) is unknown color: approx Jordy Blue. HEX triplet: 73, A1 and E5. RGB value is (115,161,229). Sum of RGB (Red+Green+Blue) = 115+161+229=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #73A1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A1E5 is #8C5E1A. Grayscale: #9A9A9A. Windows color (decimal): -9199131 or 15049075. OLE color: 15049075.

HSL color Cylindrical-coordinate representation of color #73A1E5: hue angle of 215.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73A1E5 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB115161229-
CMYK0.500.3000.10
HSL215.79º68.67%67.45%-
HSV(B)215.79º49.78%89.8%-
XYZ33.9634.7979.05-
YUV155169.7699.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.77%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=22.77%
G=31.88%
B=45.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1151612290.500.3000.10215.7968.6767.45
Hex73A1E5321E0Ad84543
Octal1632413456236012330105103
Binary1110011101000011110010111001011110010101101100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,229); }

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

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

 a { background-color: rgb(115,161,229); }

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

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

 span { border-color: rgb(115,161,229); }

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