Html Css Color HEX #73A7DF Jordy Blue

📋 copy color: '#73A7DF'

red 115 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #73A7DF

Tints of Jordy Blue #73A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.07%

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

R = 22.77%
G = 33.07%
B = 44.16%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73A7DF (or 0x73A7DF) is known color: Jordy Blue. HEX triplet: 73, A7 and DF. RGB value is (115,167,223). Sum of RGB (Red+Green+Blue) = 115+167+223=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #73A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7DF is #8C5820. Grayscale: #9D9D9D. Windows color (decimal): -9197601 or 14657395. OLE color: 14657395.

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

Color convert

RGB 115 167 223 -
CMYK 0.48 0.25 0 0.13
HSL 211.11º 0.63% 0.66% -
HSV(B) 211.11º 0.48% 0.87% -
XYZ 34.21 36.61 75.08 -
YUV 157.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 115 167 223 0.48 0.25 0 0.13 211.11 0.63 0.66
Hex 73 A7 DF 30 19 0 D D3 3F 42
Octal 163 247 337 60 31 0 15 323 77 102
Binary 1110011 10100111 11011111 110000 11001 0 1101 11010011 111111 1000010

Color Harmonies of #73A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A7DF

Black with #73A7DF

Text Example


Text Example

White with #73A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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