Html Css Color HEX #73A8DF Jordy Blue

📋 copy color: '#73A8DF'

red 115 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #73A8DF

Tints of Jordy Blue #73A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

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

R = 22.73%
G = 33.2%
B = 44.07%

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

#73A8DF (or 0x73A8DF) is known color: Jordy Blue. HEX triplet: 73, A8 and DF. RGB value is (115,168,223). Sum of RGB (Red+Green+Blue) = 115+168+223=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #73A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8DF is #8C5720. Grayscale: #9E9E9E. Windows color (decimal): -9197345 or 14657651. OLE color: 14657651.

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

Color convert

RGB 115 168 223 -
CMYK 0.48 0.25 0 0.13
HSL 210.56º 0.63% 0.66% -
HSV(B) 210.56º 0.48% 0.87% -
XYZ 34.39 36.98 75.14 -
YUV 158.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 115 168 223 0.48 0.25 0 0.13 210.56 0.63 0.66
Hex 73 A8 DF 30 19 0 D D3 3F 42
Octal 163 250 337 60 31 0 15 323 77 102
Binary 1110011 10101000 11011111 110000 11001 0 1101 11010011 111111 1000010

Color Harmonies of #73A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8DF

Black with #73A8DF

Text Example


Text Example

White with #73A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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