Html Css Color HEX #73AADE Jordy Blue

📋 copy color: '#73AADE'

red 115 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #73AADE

Tints of Jordy Blue #73AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 22.68%
G = 33.53%
B = 43.79%

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

#73AADE (or 0x73AADE) is known color: Jordy Blue. HEX triplet: 73, AA and DE. RGB value is (115,170,222). Sum of RGB (Red+Green+Blue) = 115+170+222=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #73AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AADE is #8C5521. Grayscale: #9F9F9F. Windows color (decimal): -9196834 or 14592627. OLE color: 14592627.

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

Color convert

RGB 115 170 222 -
CMYK 0.48 0.23 0 0.13
HSL 209.16º 0.62% 0.66% -
HSV(B) 209.16º 0.48% 0.87% -
XYZ 34.63 37.67 74.55 -
YUV 159.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 115 170 222 0.48 0.23 0 0.13 209.16 0.62 0.66
Hex 73 AA DE 30 17 0 D D1 3E 42
Octal 163 252 336 60 27 0 15 321 76 102
Binary 1110011 10101010 11011110 110000 10111 0 1101 11010001 111110 1000010

Color Harmonies of #73AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AADE

Black with #73AADE

Text Example


Text Example

White with #73AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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