#73A7DD

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

Shades of Jordy Blue #73A7DD

Tints of Jordy Blue #73A7DD

Color information

#73A7DD (or 0x73A7DD) is unknown color: approx Jordy Blue. HEX triplet: 73, A7 and DD. RGB value is (115,167,221). Sum of RGB (Red+Green+Blue) = 115+167+221=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #73A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7DD is #8C5822. Grayscale: #9D9D9D. Windows color (decimal): -9197603 or 14526323. OLE color: 14526323.

HSL color Cylindrical-coordinate representation of color #73A7DD: hue angle of 210.57º degrees, saturation: 0.61, 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 #73A7DD is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115167221-
CMYK0.480.2400.13
HSL210.57º60.92%65.88%-
HSV(B)210.57º47.96%86.67%-
XYZ33.9436.573.66-
YUV157.61163.7797.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=22.86%
G=33.20%
B=43.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151672210.480.2400.13210.5760.9265.88
Hex73A7DD30180Dd33d42
Octal163247335603001532375102
Binary111001110100111110111011100001100001101110100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,167,221); }

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

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

 a { background-color: rgb(115,167,221); }

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

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

 span { border-color: rgb(115,167,221); }

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