Html Css Color HEX #73A0DF Jordy Blue

📋 copy color: '#73A0DF'

red 115 ◦ green 160 ◦ blue 223

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

Shades of Jordy Blue #73A0DF

Tints of Jordy Blue #73A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.13%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 23.09%
G = 32.13%
B = 44.78%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73A0DF (or 0x73A0DF) is known color: Jordy Blue. HEX triplet: 73, A0 and DF. RGB value is (115,160,223). Sum of RGB (Red+Green+Blue) = 115+160+223=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #73A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0DF is #8C5F20. Grayscale: #999999. Windows color (decimal): -9199393 or 14655603. OLE color: 14655603.

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

Color convert

RGB 115 160 223 -
CMYK 0.48 0.28 0 0.13
HSL 215º 0.63% 0.66% -
HSV(B) 215º 0.48% 0.87% -
XYZ 32.96 34.11 74.66 -
YUV 153.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 115 160 223 0.48 0.28 0 0.13 215 0.63 0.66
Hex 73 A0 DF 30 1C 0 D D7 3F 42
Octal 163 240 337 60 34 0 15 327 77 102
Binary 1110011 10100000 11011111 110000 11100 0 1101 11010111 111111 1000010

Color Harmonies of #73A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0DF

Black with #73A0DF

Text Example


Text Example

White with #73A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,160,223); }

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

background-color css

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

 a { background-color: rgb(115,160,223); }

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

border-color css

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

 span { border-color: rgb(115,160,223); }

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