Html Css Color HEX #73A4E7 Jordy Blue

📋 copy color: '#73A4E7'

red 115 ◦ green 164 ◦ blue 231

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

Shades of Jordy Blue #73A4E7

Tints of Jordy Blue #73A4E7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 22.55%
G = 32.16%
B = 45.29%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73A4E7 (or 0x73A4E7) is known color: Jordy Blue. HEX triplet: 73, A4 and E7. RGB value is (115,164,231). Sum of RGB (Red+Green+Blue) = 115+164+231=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #73A4E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A4E7 is #8C5B18. Grayscale: #9C9C9C. Windows color (decimal): -9198361 or 15180915. OLE color: 15180915.

HSL color Cylindrical-coordinate representation of color #73A4E7: hue angle of 214.66º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73A4E7 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 164 231 -
CMYK 0.50 0.29 0 0.09
HSL 214.66º 0.71% 0.68% -
HSV(B) 214.66º 0.5% 0.91% -
XYZ 34.77 35.97 80.71 -
YUV 156.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 115 164 231 0.50 0.29 0 0.09 214.66 0.71 0.68
Hex 73 A4 E7 32 1D 0 9 D7 47 44
Octal 163 244 347 62 35 0 11 327 107 104
Binary 1110011 10100100 11100111 110010 11101 0 1001 11010111 1000111 1000100

Color Harmonies of #73A4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A4E7

Black with #73A4E7

Text Example


Text Example

White with #73A4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,164,231); }

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

background-color css

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

 a { background-color: rgb(115,164,231); }

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

border-color css

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

 span { border-color: rgb(115,164,231); }

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