Html Css Color HEX #73AAF5 Jordy Blue

📋 copy color: '#73AAF5'

red 115 ◦ green 170 ◦ blue 245

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

Shades of Jordy Blue #73AAF5

Tints of Jordy Blue #73AAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 21.7%
G = 32.08%
B = 46.23%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#73AAF5 (or 0x73AAF5) is known color: Jordy Blue. HEX triplet: 73, AA and F5. RGB value is (115,170,245). Sum of RGB (Red+Green+Blue) = 115+170+245=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #73AAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AAF5 is #8C550A. Grayscale: #A1A1A1. Windows color (decimal): -9196811 or 16099955. OLE color: 16099955.

HSL color Cylindrical-coordinate representation of color #73AAF5: hue angle of 214.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73AAF5 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 170 245 -
CMYK 0.53 0.31 0 0.04
HSL 214.62º 0.87% 0.71% -
HSV(B) 214.62º 0.53% 0.96% -
XYZ 37.93 38.99 91.91 -
YUV 162.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 115 170 245 0.53 0.31 0 0.04 214.62 0.87 0.71
Hex 73 AA F5 35 1F 0 4 D7 57 47
Octal 163 252 365 65 37 0 4 327 127 107
Binary 1110011 10101010 11110101 110101 11111 0 100 11010111 1010111 1000111

Color Harmonies of #73AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAF5

Black with #73AAF5

Text Example


Text Example

White with #73AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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