Html Css Color HEX #73A5DE Jordy Blue

📋 copy color: '#73A5DE'

red 115 ◦ green 165 ◦ blue 222

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

Shades of Jordy Blue #73A5DE

Tints of Jordy Blue #73A5DE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.87%

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

R = 22.91%
G = 32.87%
B = 44.22%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73A5DE (or 0x73A5DE) is known color: Jordy Blue. HEX triplet: 73, A5 and DE. RGB value is (115,165,222). Sum of RGB (Red+Green+Blue) = 115+165+222=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #73A5DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5DE is #8C5A21. Grayscale: #9C9C9C. Windows color (decimal): -9198114 or 14591347. OLE color: 14591347.

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

Color convert

RGB 115 165 222 -
CMYK 0.48 0.26 0 0.13
HSL 211.96º 0.62% 0.66% -
HSV(B) 211.96º 0.48% 0.87% -
XYZ 33.71 35.83 74.25 -
YUV 156.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 115 165 222 0.48 0.26 0 0.13 211.96 0.62 0.66
Hex 73 A5 DE 30 1A 0 D D4 3E 42
Octal 163 245 336 60 32 0 15 324 76 102
Binary 1110011 10100101 11011110 110000 11010 0 1101 11010100 111110 1000010

Color Harmonies of #73A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A5DE

Black with #73A5DE

Text Example


Text Example

White with #73A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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