Html Css Color HEX #73AADD Jordy Blue

📋 copy color: '#73AADD'

red 115 ◦ green 170 ◦ blue 221

#73AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #73AADD

Tints of Jordy Blue #73AADD

RGB

 RED value IS 115 (45.31% from 255) = 22.73%

 GREEN value IS 170 (66.8% from 255) = 33.6%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 22.73%
G = 33.6%
B = 43.68%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73AADD (or 0x73AADD) is known color: Jordy Blue. HEX triplet: 73, AA and DD. RGB value is (115,170,221). Sum of RGB (Red+Green+Blue) = 115+170+221=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #73AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AADD is #8C5522. Grayscale: #9F9F9F. Windows color (decimal): -9196835 or 14527091. OLE color: 14527091.

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

Color convert

RGB 115 170 221 -
CMYK 0.48 0.23 0 0.13
HSL 208.87º 0.61% 0.66% -
HSV(B) 208.87º 0.48% 0.87% -
XYZ 34.5 37.61 73.85 -
YUV 159.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 115 170 221 0.48 0.23 0 0.13 208.87 0.61 0.66
Hex 73 AA DD 30 17 0 D D1 3D 42
Octal 163 252 335 60 27 0 15 321 75 102
Binary 1110011 10101010 11011101 110000 10111 0 1101 11010001 111101 1000010

Color Harmonies of #73AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AADD

Black with #73AADD

Text Example


Text Example

White with #73AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AADD;
 }
 .AnyTagClassName
 {
   color: #73AADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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